#84362F

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

Shades of Crab Apple #84362F

Tints of Crab Apple #84362F

Color information

#84362F (or 0x84362F) is unknown color: approx Crab Apple. HEX triplet: 84, 36 and 2F. RGB value is (132,54,47). Sum of RGB (Red+Green+Blue) = 132+54+47=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84362F is #7BC9D0. Grayscale: #4C4C4C. Windows color (decimal): -8112593 or 3094148. OLE color: 3094148.

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

Color convert

RGB1325447-
CMYK00.590.640.48
HSL4.94º47.49%35.1%-
HSV(B)4.94º64.39%51.76%-
XYZ11.357.753.59-
YUV76.52111.34167.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=56.65%
G=23.18%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132544700.590.640.484.9447.4935.1
Hex84362F03B403052f23
Octal20466570731006055743
Binary1000010011011010111101110111000000110000101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,54,47); }

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

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

 a { background-color: rgb(132,54,47); }

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

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

 span { border-color: rgb(132,54,47); }

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