Html Css Color HEX #97401B Saddle Brown

📋 copy color: '#97401B'

red 151 ◦ green 64 ◦ blue 27

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

Shades of Saddle Brown #97401B

Tints of Saddle Brown #97401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 62.4%
G = 26.45%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#97401B (or 0x97401B) is known color: Saddle Brown. HEX triplet: 97, 40 and 1B. RGB value is (151,64,27). Sum of RGB (Red+Green+Blue) = 151+64+27=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #97401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97401B is #68BFE4. Grayscale: #565656. Windows color (decimal): -6864869 or 1786007. OLE color: 1786007.

HSL color Cylindrical-coordinate representation of color #97401B: hue angle of 17.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97401B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 27 -
CMYK 0 0.58 0.82 0.41
HSL 17.9º 0.7% 0.35% -
HSV(B) 17.9º 0.82% 0.59% -
XYZ 14.79 10.33 2.25 -
YUV 85.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 151 64 27 0 0.58 0.82 0.41 17.9 0.7 0.35
Hex 97 40 1B 0 3A 52 29 12 46 23
Octal 227 100 33 0 72 122 51 22 106 43
Binary 10010111 1000000 11011 0 111010 1010010 101001 10010 1000110 100011

Color Harmonies of #97401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97401B

Black with #97401B

Text Example


Text Example

White with #97401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97401B; }

 p { color: rgb(151,64,27); }

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

background-color css

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

 a { background-color: rgb(151,64,27); }

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

border-color css

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

 span { border-color: rgb(151,64,27); }

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