#84382D

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

Shades of Crab Apple #84382D

Tints of Crab Apple #84382D

Color information

#84382D (or 0x84382D) is unknown color: approx Crab Apple. HEX triplet: 84, 38 and 2D. RGB value is (132,56,45). Sum of RGB (Red+Green+Blue) = 132+56+45=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84382D is #7BC7D2. Grayscale: #4D4D4D. Windows color (decimal): -8112083 or 2963588. OLE color: 2963588.

HSL color Cylindrical-coordinate representation of color #84382D: hue angle of 7.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84382D is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1325645-
CMYK00.580.660.48
HSL7.59º49.15%34.71%-
HSV(B)7.59º65.91%51.76%-
XYZ11.47.923.41-
YUV77.47109.68166.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=56.65%
G=24.03%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132564500.580.660.487.5949.1534.71
Hex84382D03A423083123
Octal204705507210260106143
Binary10000100111000101101011101010000101100001000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84382D; }

 p { color: rgb(132,56,45); }

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

<style>
 a { background-color: #84382D; }

 a { background-color: rgb(132,56,45); }

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

<style>
 span { border-color: #84382D; }

 span { border-color: rgb(132,56,45); }

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