Html Css Color HEX #96471B Saddle Brown

📋 copy color: '#96471B'

red 150 ◦ green 71 ◦ blue 27

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

Shades of Saddle Brown #96471B

Tints of Saddle Brown #96471B

RGB

 RED value IS 150 (58.98% from 255) = 60.48%

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

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

R = 60.48%
G = 28.63%
B = 10.89%

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

#96471B (or 0x96471B) is known color: Saddle Brown. HEX triplet: 96, 47 and 1B. RGB value is (150,71,27). Sum of RGB (Red+Green+Blue) = 150+71+27=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96471B is #69B8E4. Grayscale: #595959. Windows color (decimal): -6928613 or 1787798. OLE color: 1787798.

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

Color convert

RGB 150 71 27 -
CMYK 0 0.53 0.82 0.41
HSL 21.46º 0.69% 0.35% -
HSV(B) 21.46º 0.82% 0.59% -
XYZ 15.03 11.07 2.38 -
YUV 89.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 150 71 27 0 0.53 0.82 0.41 21.46 0.69 0.35
Hex 96 47 1B 0 35 52 29 15 45 23
Octal 226 107 33 0 65 122 51 25 105 43
Binary 10010110 1000111 11011 0 110101 1010010 101001 10101 1000101 100011

Color Harmonies of #96471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96471B

Black with #96471B

Text Example


Text Example

White with #96471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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