#83392E

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

Shades of Crab Apple #83392E

Tints of Crab Apple #83392E

Color information

#83392E (or 0x83392E) is unknown color: approx Crab Apple. HEX triplet: 83, 39 and 2E. RGB value is (131,57,46). Sum of RGB (Red+Green+Blue) = 131+57+46=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #83392E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83392E is #7CC6D1. Grayscale: #4D4D4D. Windows color (decimal): -8177362 or 3029379. OLE color: 3029379.

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

Color convert

RGB1315746-
CMYK00.560.650.49
HSL7.76º48.02%34.71%-
HSV(B)7.76º64.89%51.37%-
XYZ11.327.953.52-
YUV77.87110.02165.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.98%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=55.98%
G=24.36%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131574600.560.650.497.7648.0234.71
Hex83392E038413183023
Octal203715607010161106043
Binary10000011111001101110011100010000011100011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83392E; }

 p { color: rgb(131,57,46); }

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

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

 a { background-color: rgb(131,57,46); }

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

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

 span { border-color: rgb(131,57,46); }

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