#402E17

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

Shades of Cola #402E17

Tints of Cola #402E17

Color information

#402E17 (or 0x402E17) is unknown color: approx Cola. HEX triplet: 40, 2E and 17. RGB value is (64,46,23). Sum of RGB (Red+Green+Blue) = 64+46+23=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E17 is #BFD1E8. Grayscale: #303030. Windows color (decimal): -12571113 or 1519168. OLE color: 1519168.

HSL color Cylindrical-coordinate representation of color #402E17: hue angle of 33.66º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402E17 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB644623-
CMYK00.280.640.75
HSL33.66º47.13%17.06%-
HSV(B)33.66º64.06%25.1%-
XYZ3.253.111.24-
YUV48.76113.46138.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=48.12%
G=34.59%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64462300.280.640.7533.6647.1317.06
Hex402E1701C404B222f11
Octal1005627034100113425721
Binary1000000101110101110111001000000100101110001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402E17; }

 p { color: rgb(64,46,23); }

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

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

 a { background-color: rgb(64,46,23); }

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

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

 span { border-color: rgb(64,46,23); }

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