Html Css Color HEX #955213 Saddle Brown

📋 copy color: '#955213'

red 149 ◦ green 82 ◦ blue 19

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

Shades of Saddle Brown #955213

Tints of Saddle Brown #955213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 59.6%
G = 32.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#955213 (or 0x955213) is known color: Saddle Brown. HEX triplet: 95, 52 and 13. RGB value is (149,82,19). Sum of RGB (Red+Green+Blue) = 149+82+19=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955213 is #6AADEC. Grayscale: #5F5F5F. Windows color (decimal): -6991341 or 1266325. OLE color: 1266325.

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

Color convert

RGB 149 82 19 -
CMYK 0 0.45 0.87 0.42
HSL 29.08º 0.77% 0.33% -
HSV(B) 29.08º 0.87% 0.58% -
XYZ 15.53 12.47 2.2 -
YUV 94.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 149 82 19 0 0.45 0.87 0.42 29.08 0.77 0.33
Hex 95 52 13 0 2D 57 2A 1D 4D 21
Octal 225 122 23 0 55 127 52 35 115 41
Binary 10010101 1010010 10011 0 101101 1010111 101010 11101 1001101 100001

Color Harmonies of #955213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955213

Black with #955213

Text Example


Text Example

White with #955213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955213; }

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

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

background-color css

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

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

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

border-color css

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

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

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