#382E23

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

Shades of Cola #382E23

Tints of Cola #382E23

Color information

#382E23 (or 0x382E23) is unknown color: approx Cola. HEX triplet: 38, 2E and 23. RGB value is (56,46,35). Sum of RGB (Red+Green+Blue) = 56+46+35=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E23 is #C7D1DC. Grayscale: #2F2F2F. Windows color (decimal): -13095389 or 2305592. OLE color: 2305592.

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

Color convert

RGB564635-
CMYK00.180.370.78
HSL31.43º23.08%17.84%-
HSV(B)31.43º37.5%21.96%-
XYZ2.912.922-
YUV47.74120.81133.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=40.88%
G=33.58%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56463500.180.370.7831.4323.0817.84
Hex382E23012254E1f1712
Octal70564302245116372722
Binary1110001011101000110100101001011001110111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,46,35); }

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

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

 a { background-color: rgb(56,46,35); }

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

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

 span { border-color: rgb(56,46,35); }

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