#403223

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

Shades of Cola #403223

Tints of Cola #403223

Color information

#403223 (or 0x403223) is unknown color: approx Cola. HEX triplet: 40, 32 and 23. RGB value is (64,50,35). Sum of RGB (Red+Green+Blue) = 64+50+35=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403223 is #BFCDDC. Grayscale: #343434. Windows color (decimal): -12570077 or 2306624. OLE color: 2306624.

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

Color convert

RGB645035-
CMYK00.220.450.75
HSL31.03º29.29%19.41%-
HSV(B)31.03º45.31%25.1%-
XYZ3.563.492.08-
YUV52.48118.14136.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=42.95%
G=33.56%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64503500.220.450.7531.0329.2919.41
Hex4032230162D4B1f1d13
Octal100624302655113373523
Binary10000001100101000110101101011011001011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403223; }

 p { color: rgb(64,50,35); }

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

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

 a { background-color: rgb(64,50,35); }

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

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

 span { border-color: rgb(64,50,35); }

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