#382627

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

Shades of Havana #382627

Tints of Havana #382627

Color information

#382627 (or 0x382627) is unknown color: approx Havana. HEX triplet: 38, 26 and 27. RGB value is (56,38,39). Sum of RGB (Red+Green+Blue) = 56+38+39=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382627 is #C7D9D8. Grayscale: #2B2B2B. Windows color (decimal): -13097433 or 2565688. OLE color: 2565688.

HSL color Cylindrical-coordinate representation of color #382627: hue angle of 356.67º 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 #382627 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB563839-
CMYK00.320.300.78
HSL356.67º19.15%18.43%-
HSV(B)356.67º32.14%21.96%-
XYZ2.692.372.24-
YUV43.5125.46136.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=42.11%
G=28.57%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56383900.320.300.78356.6719.1518.43
Hex3826270201E4E1651312
Octal704647040361165452322
Binary11100010011010011101000001111010011101011001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382627; }

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

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

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

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

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

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

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

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