Html Css Color HEX #853700 Saddle Brown

📋 copy color: '#853700'

red 133 ◦ green 55 ◦ blue 0

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

Shades of Saddle Brown #853700

Tints of Saddle Brown #853700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.74%
G = 29.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#853700 (or 0x853700) is known color: Saddle Brown. HEX triplet: 85, 37 and 00. RGB value is (133,55,0). Sum of RGB (Red+Green+Blue) = 133+55+0=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #853700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853700 is #7AC8FF. Grayscale: #484848. Windows color (decimal): -8046848 or 14213. OLE color: 14213.

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

Color convert

RGB 133 55 0 -
CMYK 0 0.59 1 0.48
HSL 24.81º 1% 0.26% -
HSV(B) 24.81º 1% 0.52% -
XYZ 11.04 7.72 0.91 -
YUV 72.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 133 55 0 0 0.59 1 0.48 24.81 1 0.26
Hex 85 37 0 0 3B 64 30 19 64 1A
Octal 205 67 0 0 73 144 60 31 144 32
Binary 10000101 110111 0 0 111011 1100100 110000 11001 1100100 11010

Color Harmonies of #853700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853700

Black with #853700

Text Example


Text Example

White with #853700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853700; }

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

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

background-color css

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

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

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

border-color css

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

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

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