#382F25

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

Shades of Cola #382F25

Tints of Cola #382F25

Color information

#382F25 (or 0x382F25) is unknown color: approx Cola. HEX triplet: 38, 2F and 25. RGB value is (56,47,37). Sum of RGB (Red+Green+Blue) = 56+47+37=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #382F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F25 is #C7D0DA. Grayscale: #303030. Windows color (decimal): -13095131 or 2436920. OLE color: 2436920.

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

Color convert

RGB564737-
CMYK00.160.340.78
HSL31.58º20.43%18.24%-
HSV(B)31.58º33.93%21.96%-
XYZ2.983.012.17-
YUV48.55121.48133.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=40%
G=33.57%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56473700.160.340.7831.5820.4318.24
Hex382F25010224E201412
Octal70574502042116402422
Binary11100010111110010101000010001010011101000001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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