Html Css Color HEX #97360F Saddle Brown

📋 copy color: '#97360F'

red 151 ◦ green 54 ◦ blue 15

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

Shades of Saddle Brown #97360F

Tints of Saddle Brown #97360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.82%

R = 68.64%
G = 24.55%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97360F (or 0x97360F) is known color: Saddle Brown. HEX triplet: 97, 36 and 0F. RGB value is (151,54,15). Sum of RGB (Red+Green+Blue) = 151+54+15=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #97360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97360F is #68C9F0. Grayscale: #4E4E4E. Windows color (decimal): -6867441 or 997015. OLE color: 997015.

HSL color Cylindrical-coordinate representation of color #97360F: hue angle of 17.21º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97360F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 54 15 -
CMYK 0 0.64 0.90 0.41
HSL 17.21º 0.82% 0.33% -
HSV(B) 17.21º 0.9% 0.59% -
XYZ 14.17 9.25 1.49 -
YUV 78.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 151 54 15 0 0.64 0.90 0.41 17.21 0.82 0.33
Hex 97 36 F 0 40 5A 29 11 52 21
Octal 227 66 17 0 100 132 51 21 122 41
Binary 10010111 110110 1111 0 1000000 1011010 101001 10001 1010010 100001

Color Harmonies of #97360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97360F

Black with #97360F

Text Example


Text Example

White with #97360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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