Html Css Color HEX #955312 Saddle Brown

📋 copy color: '#955312'

red 149 ◦ green 83 ◦ blue 18

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

Shades of Saddle Brown #955312

Tints of Saddle Brown #955312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

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

R = 59.6%
G = 33.2%
B = 7.2%

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

#955312 (or 0x955312) is known color: Saddle Brown. HEX triplet: 95, 53 and 12. RGB value is (149,83,18). Sum of RGB (Red+Green+Blue) = 149+83+18=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955312 is #6AACED. Grayscale: #5F5F5F. Windows color (decimal): -6991086 or 1201045. OLE color: 1201045.

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

Color convert

RGB 149 83 18 -
CMYK 0 0.44 0.88 0.42
HSL 29.77º 0.78% 0.33% -
HSV(B) 29.77º 0.88% 0.58% -
XYZ 15.6 12.62 2.19 -
YUV 95.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 149 83 18 0 0.44 0.88 0.42 29.77 0.78 0.33
Hex 95 53 12 0 2C 58 2A 1E 4E 21
Octal 225 123 22 0 54 130 52 36 116 41
Binary 10010101 1010011 10010 0 101100 1011000 101010 11110 1001110 100001

Color Harmonies of #955312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955312

Black with #955312

Text Example


Text Example

White with #955312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955312; }

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

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

background-color css

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

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

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

border-color css

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

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

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