Html Css Color HEX #855212 Saddle Brown

📋 copy color: '#855212'

red 133 ◦ green 82 ◦ blue 18

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

Shades of Saddle Brown #855212

Tints of Saddle Brown #855212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

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

R = 57.08%
G = 35.19%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855212 (or 0x855212) is known color: Saddle Brown. HEX triplet: 85, 52 and 12. RGB value is (133,82,18). Sum of RGB (Red+Green+Blue) = 133+82+18=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855212 is #7AADED. Grayscale: #5A5A5A. Windows color (decimal): -8039918 or 1200773. OLE color: 1200773.

HSL color Cylindrical-coordinate representation of color #855212: hue angle of 33.39º degrees, saturation: 0.76, 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 #855212 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 18 -
CMYK 0 0.38 0.86 0.48
HSL 33.39º 0.76% 0.3% -
HSV(B) 33.39º 0.86% 0.52% -
XYZ 12.8 11.06 2.03 -
YUV 89.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 133 82 18 0 0.38 0.86 0.48 33.39 0.76 0.3
Hex 85 52 12 0 26 56 30 21 4C 1E
Octal 205 122 22 0 46 126 60 41 114 36
Binary 10000101 1010010 10010 0 100110 1010110 110000 100001 1001100 11110

Color Harmonies of #855212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855212

Black with #855212

Text Example


Text Example

White with #855212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855212; }

 p { color: rgb(133,82,18); }

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

background-color css

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

 a { background-color: rgb(133,82,18); }

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

border-color css

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

 span { border-color: rgb(133,82,18); }

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