Html Css Color HEX #955105 Saddle Brown

📋 copy color: '#955105'

red 149 ◦ green 81 ◦ blue 5

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

Shades of Saddle Brown #955105

Tints of Saddle Brown #955105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 63.4%
G = 34.47%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955105 (or 0x955105) is known color: Saddle Brown. HEX triplet: 95, 51 and 05. RGB value is (149,81,5). Sum of RGB (Red+Green+Blue) = 149+81+5=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #955105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955105 is #6AAEFA. Grayscale: #5D5D5D. Windows color (decimal): -6991611 or 348565. OLE color: 348565.

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

Color convert

RGB 149 81 5 -
CMYK 0 0.46 0.97 0.42
HSL 31.67º 0.94% 0.3% -
HSV(B) 31.67º 0.97% 0.58% -
XYZ 15.36 12.29 1.71 -
YUV 92.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 149 81 5 0 0.46 0.97 0.42 31.67 0.94 0.3
Hex 95 51 5 0 2E 61 2A 20 5E 1E
Octal 225 121 5 0 56 141 52 40 136 36
Binary 10010101 1010001 101 0 101110 1100001 101010 100000 1011110 11110

Color Harmonies of #955105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955105

Black with #955105

Text Example


Text Example

White with #955105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955105; }

 p { color: rgb(149,81,5); }

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

background-color css

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

 a { background-color: rgb(149,81,5); }

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

border-color css

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

 span { border-color: rgb(149,81,5); }

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