#853932

Color #853932 Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #853932

Tints of Crab Apple #853932

Color information

#853932 (or 0x853932) is unknown color: approx Crab Apple. HEX triplet: 85, 39 and 32. RGB value is (133,57,50). Sum of RGB (Red+Green+Blue) = 133+57+50=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853932 is #7AC6CD. Grayscale: #4F4F4F. Windows color (decimal): -8046286 or 3291525. OLE color: 3291525.

HSL color Cylindrical-coordinate representation of color #853932: hue angle of 5.06º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853932 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1335750-
CMYK00.570.620.48
HSL5.06º45.36%35.88%-
HSV(B)5.06º62.41%52.16%-
XYZ11.718.143.97-
YUV78.93111.68166.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=55.42%
G=23.75%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133575000.570.620.485.0645.3635.88
Hex8539320393E3052d24
Octal2057162071766055544
Binary100001011110011100100111001111110110000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853932; }

 p { color: rgb(133,57,50); }

 H1.HeaderClassName
 {
   color: #853932;
 }
 .AnyTagClassName
 {
   color: #853932;
 }
</style>
background-color css

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

 a { background-color: rgb(133,57,50); }

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

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

 span { border-color: rgb(133,57,50); }

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