#85392F

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

Shades of Crab Apple #85392F

Tints of Crab Apple #85392F

Color information

#85392F (or 0x85392F) is unknown color: approx Crab Apple. HEX triplet: 85, 39 and 2F. RGB value is (133,57,47). Sum of RGB (Red+Green+Blue) = 133+57+47=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #85392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85392F is #7AC6D0. Grayscale: #4E4E4E. Windows color (decimal): -8046289 or 3094917. OLE color: 3094917.

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

Color convert

RGB1335747-
CMYK00.570.650.48
HSL6.98º47.78%35.29%-
HSV(B)6.98º64.66%52.16%-
XYZ11.658.123.64-
YUV78.58110.18166.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=56.12%
G=24.05%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133574700.570.650.486.9847.7835.29
Hex85392F039413073023
Octal20571570711016076043
Binary1000010111100110111101110011000001110000111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85392F; }

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

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

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

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

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

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

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

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