Html Css Color HEX #853706 Saddle Brown

📋 copy color: '#853706'

red 133 ◦ green 55 ◦ blue 6

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

Shades of Saddle Brown #853706

Tints of Saddle Brown #853706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 6 (2.73% from 255) = 3.09%

R = 68.56%
G = 28.35%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853706 (or 0x853706) is known color: Saddle Brown. HEX triplet: 85, 37 and 06. RGB value is (133,55,6). Sum of RGB (Red+Green+Blue) = 133+55+6=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #853706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853706 is #7AC8F9. Grayscale: #494949. Windows color (decimal): -8046842 or 407429. OLE color: 407429.

HSL color Cylindrical-coordinate representation of color #853706: hue angle of 23.15º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #853706 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 6 -
CMYK 0 0.59 0.95 0.48
HSL 23.15º 0.91% 0.27% -
HSV(B) 23.15º 0.95% 0.52% -
XYZ 11.07 7.73 1.08 -
YUV 72.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 133 55 6 0 0.59 0.95 0.48 23.15 0.91 0.27
Hex 85 37 6 0 3B 5F 30 17 5B 1B
Octal 205 67 6 0 73 137 60 27 133 33
Binary 10000101 110111 110 0 111011 1011111 110000 10111 1011011 11011

Color Harmonies of #853706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853706

Black with #853706

Text Example


Text Example

White with #853706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853706; }

 p { color: rgb(133,55,6); }

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

background-color css

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

 a { background-color: rgb(133,55,6); }

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

border-color css

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

 span { border-color: rgb(133,55,6); }

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