#974608

Color #974608 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #974608

Tints of Saddle Brown #974608

Color information

#974608 (or 0x974608) is unknown color: approx Saddle Brown. HEX triplet: 97, 46 and 08. RGB value is (151,70,8). Sum of RGB (Red+Green+Blue) = 151+70+8=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #974608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974608 is #68B9F7. Grayscale: #575757. Windows color (decimal): -6863352 or 542359. OLE color: 542359.

HSL color Cylindrical-coordinate representation of color #974608: hue angle of 26.01º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #974608 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB151708-
CMYK00.540.950.41
HSL26.01º89.94%31.18%-
HSV(B)26.01º94.7%59.22%-
XYZ1510.981.56-
YUV87.1583.34173.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 65.94%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=65.94%
G=30.57%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15170800.540.950.4126.0189.9431.18
Hex974680365F291a5a1f
Octal22710610066137513213237
Binary10010111100011010000110110101111110100111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974608; }

 p { color: rgb(151,70,8); }

 H1.HeaderClassName
 {
   color: #974608;
 }
 .AnyTagClassName
 {
   color: #974608;
 }
</style>
background-color css

<style>
 a { background-color: #974608; }

 a { background-color: rgb(151,70,8); }

 div.DivClassName
 {
   background-color: #974608;
 }
 .BgClassName
 {
   background-color: #974608;
 }
</style>
border-color css

<style>
 span { border-color: #974608; }

 span { border-color: rgb(151,70,8); }

 td.TdClassName
 {
   border-color: #974608;
 }
 .TagClassName
 {
   border-color: #974608;
 }
</style>