#403021

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

Shades of Cola #403021

Tints of Cola #403021

Color information

#403021 (or 0x403021) is unknown color: approx Cola. HEX triplet: 40, 30 and 21. RGB value is (64,48,33). Sum of RGB (Red+Green+Blue) = 64+48+33=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403021 is #BFCFDE. Grayscale: #333333. Windows color (decimal): -12570591 or 2175040. OLE color: 2175040.

HSL color Cylindrical-coordinate representation of color #403021: hue angle of 29.03º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403021 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB644833-
CMYK00.250.480.75
HSL29.03º31.96%19.02%-
HSV(B)29.03º48.44%25.1%-
XYZ3.453.311.9-
YUV51.07117.8137.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=44.14%
G=33.10%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64483300.250.480.7529.0331.9619.02
Hex403021019304B1d2013
Octal100604103160113354023
Binary100000011000010000101100111000010010111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403021; }

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

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

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

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

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

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

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

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