#883A30

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

Shades of Crab Apple #883A30

Tints of Crab Apple #883A30

Color information

#883A30 (or 0x883A30) is unknown color: approx Crab Apple. HEX triplet: 88, 3A and 30. RGB value is (136,58,48). Sum of RGB (Red+Green+Blue) = 136+58+48=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A30 is #77C5CF. Grayscale: #505050. Windows color (decimal): -7849424 or 3160712. OLE color: 3160712.

HSL color Cylindrical-coordinate representation of color #883A30: hue angle of 6.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883A30 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1365848-
CMYK00.570.650.47
HSL6.82º47.83%36.08%-
HSV(B)6.82º64.71%53.33%-
XYZ12.28.473.79-
YUV80.18109.84167.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.20%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=56.20%
G=23.97%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136584800.570.650.476.8247.8336.08
Hex883A30039412F73024
Octal21072600711015776044
Binary1000100011101011000001110011000001101111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883A30; }

 p { color: rgb(136,58,48); }

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

<style>
 a { background-color: #883A30; }

 a { background-color: rgb(136,58,48); }

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

<style>
 span { border-color: #883A30; }

 span { border-color: rgb(136,58,48); }

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