Html Css Color HEX #974908 Saddle Brown

📋 copy color: '#974908'

red 151 ◦ green 73 ◦ blue 8

#974908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #974908

Tints of Saddle Brown #974908

RGB

 RED value IS 151 (59.38% from 255) = 65.09%

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 8 (3.52% from 255) = 3.45%

R = 65.09%
G = 31.47%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#974908 (or 0x974908) is known color: Saddle Brown. HEX triplet: 97, 49 and 08. RGB value is (151,73,8). Sum of RGB (Red+Green+Blue) = 151+73+8=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #974908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974908 is #68B6F7. Grayscale: #595959. Windows color (decimal): -6862584 or 543127. OLE color: 543127.

HSL color Cylindrical-coordinate representation of color #974908: hue angle of 27.27º 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 #974908 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 8 -
CMYK 0 0.52 0.95 0.41
HSL 27.27º 0.9% 0.31% -
HSV(B) 27.27º 0.95% 0.59% -
XYZ 15.19 11.36 1.62 -
YUV 88.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 151 73 8 0 0.52 0.95 0.41 27.27 0.9 0.31
Hex 97 49 8 0 34 5F 29 1B 5A 1F
Octal 227 111 10 0 64 137 51 33 132 37
Binary 10010111 1001001 1000 0 110100 1011111 101001 11011 1011010 11111

Color Harmonies of #974908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974908

Black with #974908

Text Example


Text Example

White with #974908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974908; }

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

 H1.HeaderClassName
 {
   color: #974908;
 }
 .AnyTagClassName
 {
   color: #974908;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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