Html Css Color HEX #97360D Saddle Brown

📋 copy color: '#97360D'

red 151 ◦ green 54 ◦ blue 13

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

Shades of Saddle Brown #97360D

Tints of Saddle Brown #97360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 69.27%
G = 24.77%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97360D (or 0x97360D) is known color: Saddle Brown. HEX triplet: 97, 36 and 0D. RGB value is (151,54,13). Sum of RGB (Red+Green+Blue) = 151+54+13=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #97360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97360D is #68C9F2. Grayscale: #4E4E4E. Windows color (decimal): -6867443 or 865943. OLE color: 865943.

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

Color convert

RGB 151 54 13 -
CMYK 0 0.64 0.91 0.41
HSL 17.83º 0.84% 0.32% -
HSV(B) 17.83º 0.91% 0.59% -
XYZ 14.15 9.25 1.42 -
YUV 78.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 151 54 13 0 0.64 0.91 0.41 17.83 0.84 0.32
Hex 97 36 D 0 40 5B 29 12 54 20
Octal 227 66 15 0 100 133 51 22 124 40
Binary 10010111 110110 1101 0 1000000 1011011 101001 10010 1010100 100000

Color Harmonies of #97360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97360D

Black with #97360D

Text Example


Text Example

White with #97360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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