Html Css Color HEX #97471B Saddle Brown

📋 copy color: '#97471B'

red 151 ◦ green 71 ◦ blue 27

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

Shades of Saddle Brown #97471B

Tints of Saddle Brown #97471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

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

R = 60.64%
G = 28.51%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#97471B (or 0x97471B) is known color: Saddle Brown. HEX triplet: 97, 47 and 1B. RGB value is (151,71,27). Sum of RGB (Red+Green+Blue) = 151+71+27=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #97471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97471B is #68B8E4. Grayscale: #5A5A5A. Windows color (decimal): -6863077 or 1787799. OLE color: 1787799.

HSL color Cylindrical-coordinate representation of color #97471B: hue angle of 21.29º 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 #97471B is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 71 27 -
CMYK 0 0.53 0.82 0.41
HSL 21.29º 0.7% 0.35% -
HSV(B) 21.29º 0.82% 0.59% -
XYZ 15.21 11.16 2.39 -
YUV 89.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 151 71 27 0 0.53 0.82 0.41 21.29 0.7 0.35
Hex 97 47 1B 0 35 52 29 15 46 23
Octal 227 107 33 0 65 122 51 25 106 43
Binary 10010111 1000111 11011 0 110101 1010010 101001 10101 1000110 100011

Color Harmonies of #97471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97471B

Black with #97471B

Text Example


Text Example

White with #97471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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