#40301E

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

Shades of Cola #40301E

Tints of Cola #40301E

Color information

#40301E (or 0x40301E) is unknown color: approx Cola. HEX triplet: 40, 30 and 1E. RGB value is (64,48,30). Sum of RGB (Red+Green+Blue) = 64+48+30=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40301E is #BFCFE1. Grayscale: #323232. Windows color (decimal): -12570594 or 1978432. OLE color: 1978432.

HSL color Cylindrical-coordinate representation of color #40301E: hue angle of 31.76º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40301E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB644830-
CMYK00.250.530.75
HSL31.76º36.17%18.43%-
HSV(B)31.76º53.12%25.1%-
XYZ3.413.31.69-
YUV50.73116.3137.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=45.07%
G=33.80%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64483000.250.530.7531.7636.1718.43
Hex40301E019354B202412
Octal100603603165113404422
Binary100000011000011110011001110101100101110000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40301E; }

 p { color: rgb(64,48,30); }

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

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

 a { background-color: rgb(64,48,30); }

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

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

 span { border-color: rgb(64,48,30); }

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