#8A382F

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

Shades of Crab Apple #8A382F

Tints of Crab Apple #8A382F

Color information

#8A382F (or 0x8A382F) is unknown color: approx Crab Apple. HEX triplet: 8A, 38 and 2F. RGB value is (138,56,47). Sum of RGB (Red+Green+Blue) = 138+56+47=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A382F is #75C7D0. Grayscale: #4F4F4F. Windows color (decimal): -7718865 or 3094666. OLE color: 3094666.

HSL color Cylindrical-coordinate representation of color #8A382F: hue angle of 5.93º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A382F is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1385647-
CMYK00.590.660.46
HSL5.93º49.19%36.27%-
HSV(B)5.93º65.94%54.12%-
XYZ12.418.443.66-
YUV79.49109.67169.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.26%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=57.26%
G=23.24%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138564700.590.660.465.9349.1936.27
Hex8A382F03B422E63124
Octal21270570731025666144
Binary1000101011100010111101110111000010101110110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A382F; }

 p { color: rgb(138,56,47); }

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

<style>
 a { background-color: #8A382F; }

 a { background-color: rgb(138,56,47); }

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

<style>
 span { border-color: #8A382F; }

 span { border-color: rgb(138,56,47); }

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