Html Css Color HEX #853707 Saddle Brown

📋 copy color: '#853707'

red 133 ◦ green 55 ◦ blue 7

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

Shades of Saddle Brown #853707

Tints of Saddle Brown #853707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.59%

R = 68.21%
G = 28.21%
B = 3.59%

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

#853707 (or 0x853707) is known color: Saddle Brown. HEX triplet: 85, 37 and 07. RGB value is (133,55,7). Sum of RGB (Red+Green+Blue) = 133+55+7=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #853707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853707 is #7AC8F8. Grayscale: #494949. Windows color (decimal): -8046841 or 472965. OLE color: 472965.

HSL color Cylindrical-coordinate representation of color #853707: hue angle of 22.86º degrees, saturation: 0.9, 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 #853707 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 7 -
CMYK 0 0.59 0.95 0.48
HSL 22.86º 0.9% 0.27% -
HSV(B) 22.86º 0.95% 0.52% -
XYZ 11.08 7.73 1.11 -
YUV 72.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 133 55 7 0 0.59 0.95 0.48 22.86 0.9 0.27
Hex 85 37 7 0 3B 5F 30 17 5A 1B
Octal 205 67 7 0 73 137 60 27 132 33
Binary 10000101 110111 111 0 111011 1011111 110000 10111 1011010 11011

Color Harmonies of #853707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853707

Black with #853707

Text Example


Text Example

White with #853707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853707; }

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

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

background-color css

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

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

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

border-color css

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

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

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