#403327

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

Shades of Cola #403327

Tints of Cola #403327

Color information

#403327 (or 0x403327) is unknown color: approx Cola. HEX triplet: 40, 33 and 27. RGB value is (64,51,39). Sum of RGB (Red+Green+Blue) = 64+51+39=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403327 is #BFCCD8. Grayscale: #353535. Windows color (decimal): -12569817 or 2569024. OLE color: 2569024.

HSL color Cylindrical-coordinate representation of color #403327: hue angle of 28.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403327 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB645139-
CMYK00.200.390.75
HSL28.8º24.27%20.2%-
HSV(B)28.8º39.06%25.1%-
XYZ3.663.62.42-
YUV53.52119.81135.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=41.56%
G=33.12%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513900.200.390.7528.824.2720.2
Hex403327014274B1d1814
Octal100634702447113353024
Binary10000001100111001110101001001111001011111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403327; }

 p { color: rgb(64,51,39); }

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

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

 a { background-color: rgb(64,51,39); }

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

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

 span { border-color: rgb(64,51,39); }

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