#853A2E

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

Shades of Crab Apple #853A2E

Tints of Crab Apple #853A2E

Color information

#853A2E (or 0x853A2E) is unknown color: approx Crab Apple. HEX triplet: 85, 3A and 2E. RGB value is (133,58,46). Sum of RGB (Red+Green+Blue) = 133+58+46=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A2E is #7AC5D1. Grayscale: #4F4F4F. Windows color (decimal): -8046034 or 3029637. OLE color: 3029637.

HSL color Cylindrical-coordinate representation of color #853A2E: hue angle of 8.28º degrees, saturation: 0.49, 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 #853A2E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1335846-
CMYK00.560.650.48
HSL8.28º48.6%35.1%-
HSV(B)8.28º65.41%52.16%-
XYZ11.688.213.55-
YUV79.06109.35166.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=56.12%
G=24.47%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133584600.560.650.488.2848.635.1
Hex853A2E038413083123
Octal205725607010160106143
Binary10000101111010101110011100010000011100001000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,58,46); }

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

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

 a { background-color: rgb(133,58,46); }

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

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

 span { border-color: rgb(133,58,46); }

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