#382D21

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

Shades of Cola #382D21

Tints of Cola #382D21

Color information

#382D21 (or 0x382D21) is unknown color: approx Cola. HEX triplet: 38, 2D and 21. RGB value is (56,45,33). Sum of RGB (Red+Green+Blue) = 56+45+33=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D21 is #C7D2DE. Grayscale: #2E2E2E. Windows color (decimal): -13095647 or 2174264. OLE color: 2174264.

HSL color Cylindrical-coordinate representation of color #382D21: hue angle of 31.3º 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 #382D21 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB564533-
CMYK00.200.410.78
HSL31.3º25.84%17.45%-
HSV(B)31.3º41.07%21.96%-
XYZ2.842.831.83-
YUV46.92120.14134.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=41.79%
G=33.58%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56453300.200.410.7831.325.8417.45
Hex382D21014294E1f1a11
Octal70554102451116373221
Binary1110001011011000010101001010011001110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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