#382D22

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

Shades of Cola #382D22

Tints of Cola #382D22

Color information

#382D22 (or 0x382D22) is unknown color: approx Cola. HEX triplet: 38, 2D and 22. RGB value is (56,45,34). Sum of RGB (Red+Green+Blue) = 56+45+34=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D22 is #C7D2DD. Grayscale: #2F2F2F. Windows color (decimal): -13095646 or 2239800. OLE color: 2239800.

HSL color Cylindrical-coordinate representation of color #382D22: hue angle of 30º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382D22 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB564534-
CMYK00.200.390.78
HSL30º24.44%17.65%-
HSV(B)30º39.29%21.96%-
XYZ2.862.831.91-
YUV47.04120.64134.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=41.48%
G=33.33%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56453400.200.390.783024.4417.65
Hex382D22014274E1e1812
Octal70554202447116363022
Binary1110001011011000100101001001111001110111101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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