Html Css Color HEX #974912 Saddle Brown

📋 copy color: '#974912'

red 151 ◦ green 73 ◦ blue 18

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

Shades of Saddle Brown #974912

Tints of Saddle Brown #974912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 62.4%
G = 30.17%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#974912 (or 0x974912) is known color: Saddle Brown. HEX triplet: 97, 49 and 12. RGB value is (151,73,18). Sum of RGB (Red+Green+Blue) = 151+73+18=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #974912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974912 is #68B6ED. Grayscale: #5A5A5A. Windows color (decimal): -6862574 or 1198487. OLE color: 1198487.

HSL color Cylindrical-coordinate representation of color #974912: hue angle of 24.81º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #974912 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 18 -
CMYK 0 0.52 0.88 0.41
HSL 24.81º 0.79% 0.33% -
HSV(B) 24.81º 0.88% 0.59% -
XYZ 15.25 11.39 1.97 -
YUV 90.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 151 73 18 0 0.52 0.88 0.41 24.81 0.79 0.33
Hex 97 49 12 0 34 58 29 19 4F 21
Octal 227 111 22 0 64 130 51 31 117 41
Binary 10010111 1001001 10010 0 110100 1011000 101001 11001 1001111 100001

Color Harmonies of #974912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974912

Black with #974912

Text Example


Text Example

White with #974912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974912; }

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

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

background-color css

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

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

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

border-color css

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

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

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