#85372C

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

Shades of Crab Apple #85372C

Tints of Crab Apple #85372C

Color information

#85372C (or 0x85372C) is unknown color: approx Crab Apple. HEX triplet: 85, 37 and 2C. RGB value is (133,55,44). Sum of RGB (Red+Green+Blue) = 133+55+44=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85372C is #7AC8D3. Grayscale: #4D4D4D. Windows color (decimal): -8046804 or 2897797. OLE color: 2897797.

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

Color convert

RGB1335544-
CMYK00.590.670.48
HSL7.42º50.28%34.71%-
HSV(B)7.42º66.92%52.16%-
XYZ11.497.93.3-
YUV77.07109.34167.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=57.33%
G=23.71%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133554400.590.670.487.4250.2834.71
Hex85372C03B433073223
Octal20567540731036076243
Binary1000010111011110110001110111000011110000111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85372C; }

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

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

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

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

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

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

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

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