Html Css Color HEX #955215 Saddle Brown

📋 copy color: '#955215'

red 149 ◦ green 82 ◦ blue 21

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

Shades of Saddle Brown #955215

Tints of Saddle Brown #955215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 59.13%
G = 32.54%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#955215 (or 0x955215) is known color: Saddle Brown. HEX triplet: 95, 52 and 15. RGB value is (149,82,21). Sum of RGB (Red+Green+Blue) = 149+82+21=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #955215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955215 is #6AADEA. Grayscale: #5F5F5F. Windows color (decimal): -6991339 or 1397397. OLE color: 1397397.

HSL color Cylindrical-coordinate representation of color #955215: hue angle of 28.59º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #955215 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 21 -
CMYK 0 0.45 0.86 0.42
HSL 28.59º 0.75% 0.33% -
HSV(B) 28.59º 0.86% 0.58% -
XYZ 15.55 12.48 2.3 -
YUV 95.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 149 82 21 0 0.45 0.86 0.42 28.59 0.75 0.33
Hex 95 52 15 0 2D 56 2A 1D 4B 21
Octal 225 122 25 0 55 126 52 35 113 41
Binary 10010101 1010010 10101 0 101101 1010110 101010 11101 1001011 100001

Color Harmonies of #955215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955215

Black with #955215

Text Example


Text Example

White with #955215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955215; }

 p { color: rgb(149,82,21); }

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

background-color css

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

 a { background-color: rgb(149,82,21); }

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

border-color css

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

 span { border-color: rgb(149,82,21); }

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