Html Css Color HEX #97360A Saddle Brown

📋 copy color: '#97360A'

red 151 ◦ green 54 ◦ blue 10

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

Shades of Saddle Brown #97360A

Tints of Saddle Brown #97360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 70.23%
G = 25.12%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97360A (or 0x97360A) is known color: Saddle Brown. HEX triplet: 97, 36 and 0A. RGB value is (151,54,10). Sum of RGB (Red+Green+Blue) = 151+54+10=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #97360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97360A is #68C9F5. Grayscale: #4E4E4E. Windows color (decimal): -6867446 or 669335. OLE color: 669335.

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

Color convert

RGB 151 54 10 -
CMYK 0 0.64 0.93 0.41
HSL 18.72º 0.88% 0.32% -
HSV(B) 18.72º 0.93% 0.59% -
XYZ 14.14 9.24 1.33 -
YUV 77.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 151 54 10 0 0.64 0.93 0.41 18.72 0.88 0.32
Hex 97 36 A 0 40 5D 29 13 58 20
Octal 227 66 12 0 100 135 51 23 130 40
Binary 10010111 110110 1010 0 1000000 1011101 101001 10011 1011000 100000

Color Harmonies of #97360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97360A

Black with #97360A

Text Example


Text Example

White with #97360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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