#382F26

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

Shades of Cola #382F26

Tints of Cola #382F26

Color information

#382F26 (or 0x382F26) is unknown color: approx Cola. HEX triplet: 38, 2F and 26. RGB value is (56,47,38). Sum of RGB (Red+Green+Blue) = 56+47+38=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F26 is #C7D0D9. Grayscale: #303030. Windows color (decimal): -13095130 or 2502456. OLE color: 2502456.

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

Color convert

RGB564738-
CMYK00.160.320.78
HSL30º19.15%18.43%-
HSV(B)30º32.14%21.96%-
XYZ33.012.26-
YUV48.66121.98133.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=39.72%
G=33.33%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56473800.160.320.783019.1518.43
Hex382F26010204E1e1312
Octal70574602040116362322
Binary1110001011111001100100001000001001110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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