Html Css Color HEX #995105 Saddle Brown

📋 copy color: '#995105'

red 153 ◦ green 81 ◦ blue 5

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

Shades of Saddle Brown #995105

Tints of Saddle Brown #995105

RGB

 RED value IS 153 (60.16% from 255) = 64.02%

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

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

R = 64.02%
G = 33.89%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#995105 (or 0x995105) is known color: Saddle Brown. HEX triplet: 99, 51 and 05. RGB value is (153,81,5). Sum of RGB (Red+Green+Blue) = 153+81+5=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #995105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995105 is #66AEFA. Grayscale: #5E5E5E. Windows color (decimal): -6729467 or 348569. OLE color: 348569.

HSL color Cylindrical-coordinate representation of color #995105: hue angle of 30.81º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #995105 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 5 -
CMYK 0 0.47 0.97 0.4
HSL 30.81º 0.94% 0.31% -
HSV(B) 30.81º 0.97% 0.6% -
XYZ 16.11 12.67 1.74 -
YUV 93.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 153 81 5 0 0.47 0.97 0.4 30.81 0.94 0.31
Hex 99 51 5 0 2F 61 28 1F 5E 1F
Octal 231 121 5 0 57 141 50 37 136 37
Binary 10011001 1010001 101 0 101111 1100001 101000 11111 1011110 11111

Color Harmonies of #995105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995105

Black with #995105

Text Example


Text Example

White with #995105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995105; }

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

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

background-color css

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

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

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

border-color css

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

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

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