Html Css Color HEX #972D00 Saddle Brown

📋 copy color: '#972D00'

red 151 ◦ green 45 ◦ blue 0

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

Shades of Saddle Brown #972D00

Tints of Saddle Brown #972D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

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

R = 77.04%
G = 22.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#972D00 (or 0x972D00) is known color: Saddle Brown. HEX triplet: 97, 2D and 00. RGB value is (151,45,0). Sum of RGB (Red+Green+Blue) = 151+45+0=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #972D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972D00 is #68D2FF. Grayscale: #474747. Windows color (decimal): -6869760 or 11671. OLE color: 11671.

HSL color Cylindrical-coordinate representation of color #972D00: hue angle of 17.88º 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 #972D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 45 0 -
CMYK 0 0.70 1 0.41
HSL 17.88º 1% 0.3% -
HSV(B) 17.88º 1% 0.59% -
XYZ 13.7 8.46 0.91 -
YUV 71.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 151 45 0 0 0.70 1 0.41 17.88 1 0.3
Hex 97 2D 0 0 46 64 29 12 64 1E
Octal 227 55 0 0 106 144 51 22 144 36
Binary 10010111 101101 0 0 1000110 1100100 101001 10010 1100100 11110

Color Harmonies of #972D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972D00

Black with #972D00

Text Example


Text Example

White with #972D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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