Html Css Color HEX #955412 Saddle Brown

📋 copy color: '#955412'

red 149 ◦ green 84 ◦ blue 18

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

Shades of Saddle Brown #955412

Tints of Saddle Brown #955412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

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

R = 59.36%
G = 33.47%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#955412 (or 0x955412) is known color: Saddle Brown. HEX triplet: 95, 54 and 12. RGB value is (149,84,18). Sum of RGB (Red+Green+Blue) = 149+84+18=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #955412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955412 is #6AABED. Grayscale: #606060. Windows color (decimal): -6990830 or 1201301. OLE color: 1201301.

HSL color Cylindrical-coordinate representation of color #955412: hue angle of 30.23º 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 #955412 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 18 -
CMYK 0 0.44 0.88 0.42
HSL 30.23º 0.78% 0.33% -
HSV(B) 30.23º 0.88% 0.58% -
XYZ 15.67 12.77 2.21 -
YUV 95.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 149 84 18 0 0.44 0.88 0.42 30.23 0.78 0.33
Hex 95 54 12 0 2C 58 2A 1E 4E 21
Octal 225 124 22 0 54 130 52 36 116 41
Binary 10010101 1010100 10010 0 101100 1011000 101010 11110 1001110 100001

Color Harmonies of #955412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955412

Black with #955412

Text Example


Text Example

White with #955412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955412; }

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

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

background-color css

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

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

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

border-color css

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

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

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