Html Css Color HEX #955012 Saddle Brown

📋 copy color: '#955012'

red 149 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #955012

Tints of Saddle Brown #955012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 60.32%
G = 32.39%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#955012 (or 0x955012) is known color: Saddle Brown. HEX triplet: 95, 50 and 12. RGB value is (149,80,18). Sum of RGB (Red+Green+Blue) = 149+80+18=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #955012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955012 is #6AAFED. Grayscale: #5D5D5D. Windows color (decimal): -6991854 or 1200277. OLE color: 1200277.

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

Color convert

RGB 149 80 18 -
CMYK 0 0.46 0.88 0.42
HSL 28.4º 0.78% 0.33% -
HSV(B) 28.4º 0.88% 0.58% -
XYZ 15.37 12.17 2.11 -
YUV 93.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 149 80 18 0 0.46 0.88 0.42 28.4 0.78 0.33
Hex 95 50 12 0 2E 58 2A 1C 4E 21
Octal 225 120 22 0 56 130 52 34 116 41
Binary 10010101 1010000 10010 0 101110 1011000 101010 11100 1001110 100001

Color Harmonies of #955012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955012

Black with #955012

Text Example


Text Example

White with #955012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955012; }

 p { color: rgb(149,80,18); }

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

background-color css

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

 a { background-color: rgb(149,80,18); }

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

border-color css

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

 span { border-color: rgb(149,80,18); }

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