Html Css Color HEX #853312 Saddle Brown

📋 copy color: '#853312'

red 133 ◦ green 51 ◦ blue 18

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

Shades of Saddle Brown #853312

Tints of Saddle Brown #853312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

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

R = 65.84%
G = 25.25%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853312 (or 0x853312) is known color: Saddle Brown. HEX triplet: 85, 33 and 12. RGB value is (133,51,18). Sum of RGB (Red+Green+Blue) = 133+51+18=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #853312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853312 is #7ACCED. Grayscale: #474747. Windows color (decimal): -8047854 or 1192837. OLE color: 1192837.

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

Color convert

RGB 133 51 18 -
CMYK 0 0.62 0.86 0.48
HSL 17.22º 0.76% 0.3% -
HSV(B) 17.22º 0.86% 0.52% -
XYZ 10.97 7.4 1.42 -
YUV 71.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 133 51 18 0 0.62 0.86 0.48 17.22 0.76 0.3
Hex 85 33 12 0 3E 56 30 11 4C 1E
Octal 205 63 22 0 76 126 60 21 114 36
Binary 10000101 110011 10010 0 111110 1010110 110000 10001 1001100 11110

Color Harmonies of #853312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853312

Black with #853312

Text Example


Text Example

White with #853312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853312; }

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

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

background-color css

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

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

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

border-color css

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

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

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