Html Css Color HEX #97360C Saddle Brown

📋 copy color: '#97360C'

red 151 ◦ green 54 ◦ blue 12

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

Shades of Saddle Brown #97360C

Tints of Saddle Brown #97360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 69.59%
G = 24.88%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97360C (or 0x97360C) is known color: Saddle Brown. HEX triplet: 97, 36 and 0C. RGB value is (151,54,12). Sum of RGB (Red+Green+Blue) = 151+54+12=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #97360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97360C is #68C9F3. Grayscale: #4E4E4E. Windows color (decimal): -6867444 or 800407. OLE color: 800407.

HSL color Cylindrical-coordinate representation of color #97360C: hue angle of 18.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97360C is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 54 12 -
CMYK 0 0.64 0.92 0.41
HSL 18.13º 0.85% 0.32% -
HSV(B) 18.13º 0.92% 0.59% -
XYZ 14.15 9.24 1.39 -
YUV 78.22 90.64 179.92 -
System Red Green Blue C M Y K H S L
Decimal 151 54 12 0 0.64 0.92 0.41 18.13 0.85 0.32
Hex 97 36 C 0 40 5C 29 12 55 20
Octal 227 66 14 0 100 134 51 22 125 40
Binary 10010111 110110 1100 0 1000000 1011100 101001 10010 1010101 100000

Color Harmonies of #97360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97360C

Black with #97360C

Text Example


Text Example

White with #97360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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