Html Css Color HEX #955010 Saddle Brown

📋 copy color: '#955010'

red 149 ◦ green 80 ◦ blue 16

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

Shades of Saddle Brown #955010

Tints of Saddle Brown #955010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 60.82%
G = 32.65%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955010 (or 0x955010) is known color: Saddle Brown. HEX triplet: 95, 50 and 10. RGB value is (149,80,16). Sum of RGB (Red+Green+Blue) = 149+80+16=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955010 is #6AAFEF. Grayscale: #5D5D5D. Windows color (decimal): -6991856 or 1069205. OLE color: 1069205.

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

Color convert

RGB 149 80 16 -
CMYK 0 0.46 0.89 0.42
HSL 28.87º 0.81% 0.32% -
HSV(B) 28.87º 0.89% 0.58% -
XYZ 15.36 12.16 2.03 -
YUV 93.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 149 80 16 0 0.46 0.89 0.42 28.87 0.81 0.32
Hex 95 50 10 0 2E 59 2A 1D 51 20
Octal 225 120 20 0 56 131 52 35 121 40
Binary 10010101 1010000 10000 0 101110 1011001 101010 11101 1010001 100000

Color Harmonies of #955010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955010

Black with #955010

Text Example


Text Example

White with #955010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955010; }

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

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

background-color css

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

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

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

border-color css

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

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

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