Html Css Color HEX #855013 Saddle Brown

📋 copy color: '#855013'

red 133 ◦ green 80 ◦ blue 19

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

Shades of Saddle Brown #855013

Tints of Saddle Brown #855013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 57.33%
G = 34.48%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855013 (or 0x855013) is known color: Saddle Brown. HEX triplet: 85, 50 and 13. RGB value is (133,80,19). Sum of RGB (Red+Green+Blue) = 133+80+19=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855013 is #7AAFEC. Grayscale: #595959. Windows color (decimal): -8040429 or 1265797. OLE color: 1265797.

HSL color Cylindrical-coordinate representation of color #855013: hue angle of 32.11º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855013 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 19 -
CMYK 0 0.40 0.86 0.48
HSL 32.11º 0.75% 0.3% -
HSV(B) 32.11º 0.86% 0.52% -
XYZ 12.66 10.77 2.03 -
YUV 88.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 133 80 19 0 0.40 0.86 0.48 32.11 0.75 0.3
Hex 85 50 13 0 28 56 30 20 4B 1E
Octal 205 120 23 0 50 126 60 40 113 36
Binary 10000101 1010000 10011 0 101000 1010110 110000 100000 1001011 11110

Color Harmonies of #855013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855013

Black with #855013

Text Example


Text Example

White with #855013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855013; }

 p { color: rgb(133,80,19); }

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

background-color css

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

 a { background-color: rgb(133,80,19); }

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

border-color css

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

 span { border-color: rgb(133,80,19); }

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