Html Css Color HEX #973600 Saddle Brown

📋 copy color: '#973600'

red 151 ◦ green 54 ◦ blue 0

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

Shades of Saddle Brown #973600

Tints of Saddle Brown #973600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 73.66%
G = 26.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#973600 (or 0x973600) is known color: Saddle Brown. HEX triplet: 97, 36 and 00. RGB value is (151,54,0). Sum of RGB (Red+Green+Blue) = 151+54+0=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #973600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973600 is #68C9FF. Grayscale: #4D4D4D. Windows color (decimal): -6867456 or 13975. OLE color: 13975.

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

Color convert

RGB 151 54 0 -
CMYK 0 0.64 1 0.41
HSL 21.46º 1% 0.3% -
HSV(B) 21.46º 1% 0.59% -
XYZ 14.08 9.22 1.04 -
YUV 76.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 151 54 0 0 0.64 1 0.41 21.46 1 0.3
Hex 97 36 0 0 40 64 29 15 64 1E
Octal 227 66 0 0 100 144 51 25 144 36
Binary 10010111 110110 0 0 1000000 1100100 101001 10101 1100100 11110

Color Harmonies of #973600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973600

Black with #973600

Text Example


Text Example

White with #973600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973600; }

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

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

background-color css

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

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

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

border-color css

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

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

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