#402F17

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

Shades of Cola #402F17

Tints of Cola #402F17

Color information

#402F17 (or 0x402F17) is unknown color: approx Cola. HEX triplet: 40, 2F and 17. RGB value is (64,47,23). Sum of RGB (Red+Green+Blue) = 64+47+23=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F17 is #BFD0E8. Grayscale: #313131. Windows color (decimal): -12570857 or 1519424. OLE color: 1519424.

HSL color Cylindrical-coordinate representation of color #402F17: hue angle of 35.12º 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 #402F17 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB644723-
CMYK00.270.640.75
HSL35.12º47.13%17.06%-
HSV(B)35.12º64.06%25.1%-
XYZ3.293.181.25-
YUV49.35113.13138.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=47.76%
G=35.07%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64472300.270.640.7535.1247.1317.06
Hex402F1701B404B232f11
Octal1005727033100113435721
Binary1000000101111101110110111000000100101110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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