#853B2B

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

Shades of Crab Apple #853B2B

Tints of Crab Apple #853B2B

Color information

#853B2B (or 0x853B2B) is unknown color: approx Crab Apple. HEX triplet: 85, 3B and 2B. RGB value is (133,59,43). Sum of RGB (Red+Green+Blue) = 133+59+43=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B2B is #7AC4D4. Grayscale: #4F4F4F. Windows color (decimal): -8045781 or 2833285. OLE color: 2833285.

HSL color Cylindrical-coordinate representation of color #853B2B: hue angle of 10.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853B2B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1335943-
CMYK00.560.680.48
HSL10.67º51.14%34.51%-
HSV(B)10.67º67.67%52.16%-
XYZ11.678.293.27-
YUV79.3107.52166.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=56.60%
G=25.11%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133594300.560.680.4810.6751.1434.51
Hex853B2B0384430b3323
Octal205735307010460136343
Binary10000101111011101011011100010001001100001011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853B2B; }

 p { color: rgb(133,59,43); }

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

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

 a { background-color: rgb(133,59,43); }

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

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

 span { border-color: rgb(133,59,43); }

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