Html Css Color HEX #974A08 Saddle Brown

📋 copy color: '#974A08'

red 151 ◦ green 74 ◦ blue 8

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

Shades of Saddle Brown #974A08

Tints of Saddle Brown #974A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

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

R = 64.81%
G = 31.76%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#974A08 (or 0x974A08) is known color: Saddle Brown. HEX triplet: 97, 4A and 08. RGB value is (151,74,8). Sum of RGB (Red+Green+Blue) = 151+74+8=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #974A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A08 is #68B5F7. Grayscale: #595959. Windows color (decimal): -6862328 or 543383. OLE color: 543383.

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

Color convert

RGB 151 74 8 -
CMYK 0 0.51 0.95 0.41
HSL 27.69º 0.9% 0.31% -
HSV(B) 27.69º 0.95% 0.59% -
XYZ 15.26 11.49 1.64 -
YUV 89.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 151 74 8 0 0.51 0.95 0.41 27.69 0.9 0.31
Hex 97 4A 8 0 33 5F 29 1C 5A 1F
Octal 227 112 10 0 63 137 51 34 132 37
Binary 10010111 1001010 1000 0 110011 1011111 101001 11100 1011010 11111

Color Harmonies of #974A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A08

Black with #974A08

Text Example


Text Example

White with #974A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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