Html Css Color HEX #974200 Saddle Brown

📋 copy color: '#974200'

red 151 ◦ green 66 ◦ blue 0

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

Shades of Saddle Brown #974200

Tints of Saddle Brown #974200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.59%
G = 30.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#974200 (or 0x974200) is known color: Saddle Brown. HEX triplet: 97, 42 and 00. RGB value is (151,66,0). Sum of RGB (Red+Green+Blue) = 151+66+0=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #974200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974200 is #68BDFF. Grayscale: #545454. Windows color (decimal): -6864384 or 17047. OLE color: 17047.

HSL color Cylindrical-coordinate representation of color #974200: hue angle of 26.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #974200 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 0 -
CMYK 0 0.56 1 0.41
HSL 26.23º 1% 0.3% -
HSV(B) 26.23º 1% 0.59% -
XYZ 14.71 10.48 1.25 -
YUV 83.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 151 66 0 0 0.56 1 0.41 26.23 1 0.3
Hex 97 42 0 0 38 64 29 1A 64 1E
Octal 227 102 0 0 70 144 51 32 144 36
Binary 10010111 1000010 0 0 111000 1100100 101001 11010 1100100 11110

Color Harmonies of #974200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974200

Black with #974200

Text Example


Text Example

White with #974200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974200; }

 p { color: rgb(151,66,0); }

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

background-color css

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

 a { background-color: rgb(151,66,0); }

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

border-color css

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

 span { border-color: rgb(151,66,0); }

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