#382C21

Color #382C21 Cola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cola #382C21

Tints of Cola #382C21

Color information

#382C21 (or 0x382C21) is unknown color: approx Cola. HEX triplet: 38, 2C and 21. RGB value is (56,44,33). Sum of RGB (Red+Green+Blue) = 56+44+33=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C21 is #C7D3DE. Grayscale: #2E2E2E. Windows color (decimal): -13095903 or 2174008. OLE color: 2174008.

HSL color Cylindrical-coordinate representation of color #382C21: hue angle of 28.7º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382C21 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB564433-
CMYK00.210.410.78
HSL28.7º25.84%17.45%-
HSV(B)28.7º41.07%21.96%-
XYZ2.812.751.82-
YUV46.33120.48134.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=42.11%
G=33.08%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56443300.210.410.7828.725.8417.45
Hex382C21015294E1d1a11
Octal70544102551116353221
Binary1110001011001000010101011010011001110111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C21; }

 p { color: rgb(56,44,33); }

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

<style>
 a { background-color: #382C21; }

 a { background-color: rgb(56,44,33); }

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

<style>
 span { border-color: #382C21; }

 span { border-color: rgb(56,44,33); }

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