Html Css Color HEX #95471C Saddle Brown

📋 copy color: '#95471C'

red 149 ◦ green 71 ◦ blue 28

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

Shades of Saddle Brown #95471C

Tints of Saddle Brown #95471C

RGB

 RED value IS 149 (58.59% from 255) = 60.08%

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 60.08%
G = 28.63%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95471C (or 0x95471C) is known color: Saddle Brown. HEX triplet: 95, 47 and 1C. RGB value is (149,71,28). Sum of RGB (Red+Green+Blue) = 149+71+28=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95471C is #6AB8E3. Grayscale: #595959. Windows color (decimal): -6994148 or 1853333. OLE color: 1853333.

HSL color Cylindrical-coordinate representation of color #95471C: hue angle of 21.32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95471C is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 28 -
CMYK 0 0.52 0.81 0.42
HSL 21.32º 0.68% 0.35% -
HSV(B) 21.32º 0.81% 0.58% -
XYZ 14.86 10.98 2.43 -
YUV 89.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 149 71 28 0 0.52 0.81 0.42 21.32 0.68 0.35
Hex 95 47 1C 0 34 51 2A 15 44 23
Octal 225 107 34 0 64 121 52 25 104 43
Binary 10010101 1000111 11100 0 110100 1010001 101010 10101 1000100 100011

Color Harmonies of #95471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95471C

Black with #95471C

Text Example


Text Example

White with #95471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95471C; }

 p { color: rgb(149,71,28); }

 H1.HeaderClassName
 {
   color: #95471C;
 }
 .AnyTagClassName
 {
   color: #95471C;
 }
</style>

background-color css

<style>
 a { background-color: #95471C; }

 a { background-color: rgb(149,71,28); }

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

border-color css

<style>
 span { border-color: #95471C; }

 span { border-color: rgb(149,71,28); }

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