Html Css Color HEX #855110 Saddle Brown

📋 copy color: '#855110'

red 133 ◦ green 81 ◦ blue 16

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

Shades of Saddle Brown #855110

Tints of Saddle Brown #855110

RGB

 RED value IS 133 (52.34% from 255) = 57.83%

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

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

R = 57.83%
G = 35.22%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855110 (or 0x855110) is known color: Saddle Brown. HEX triplet: 85, 51 and 10. RGB value is (133,81,16). Sum of RGB (Red+Green+Blue) = 133+81+16=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #855110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855110 is #7AAEEF. Grayscale: #595959. Windows color (decimal): -8040176 or 1069445. OLE color: 1069445.

HSL color Cylindrical-coordinate representation of color #855110: hue angle of 33.33º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #855110 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 16 -
CMYK 0 0.39 0.88 0.48
HSL 33.33º 0.79% 0.29% -
HSV(B) 33.33º 0.88% 0.52% -
XYZ 12.71 10.91 1.93 -
YUV 89.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 133 81 16 0 0.39 0.88 0.48 33.33 0.79 0.29
Hex 85 51 10 0 27 58 30 21 4F 1D
Octal 205 121 20 0 47 130 60 41 117 35
Binary 10000101 1010001 10000 0 100111 1011000 110000 100001 1001111 11101

Color Harmonies of #855110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855110

Black with #855110

Text Example


Text Example

White with #855110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855110; }

 p { color: rgb(133,81,16); }

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

background-color css

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

 a { background-color: rgb(133,81,16); }

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

border-color css

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

 span { border-color: rgb(133,81,16); }

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