Html Css Color HEX #853412 Saddle Brown

📋 copy color: '#853412'

red 133 ◦ green 52 ◦ blue 18

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

Shades of Saddle Brown #853412

Tints of Saddle Brown #853412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 65.52%
G = 25.62%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853412 (or 0x853412) is known color: Saddle Brown. HEX triplet: 85, 34 and 12. RGB value is (133,52,18). Sum of RGB (Red+Green+Blue) = 133+52+18=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853412 is #7ACBED. Grayscale: #484848. Windows color (decimal): -8047598 or 1193093. OLE color: 1193093.

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

Color convert

RGB 133 52 18 -
CMYK 0 0.61 0.86 0.48
HSL 17.74º 0.76% 0.3% -
HSV(B) 17.74º 0.86% 0.52% -
XYZ 11.01 7.49 1.44 -
YUV 72.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 133 52 18 0 0.61 0.86 0.48 17.74 0.76 0.3
Hex 85 34 12 0 3D 56 30 12 4C 1E
Octal 205 64 22 0 75 126 60 22 114 36
Binary 10000101 110100 10010 0 111101 1010110 110000 10010 1001100 11110

Color Harmonies of #853412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853412

Black with #853412

Text Example


Text Example

White with #853412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853412; }

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

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

background-color css

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

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

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

border-color css

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

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

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