#422D13

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

Shades of Cola #422D13

Tints of Cola #422D13

Color information

#422D13 (or 0x422D13) is unknown color: approx Cola. HEX triplet: 42, 2D and 13. RGB value is (66,45,19). Sum of RGB (Red+Green+Blue) = 66+45+19=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #422D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D13 is #BDD2EC. Grayscale: #303030. Windows color (decimal): -12440301 or 1256770. OLE color: 1256770.

HSL color Cylindrical-coordinate representation of color #422D13: hue angle of 33.19º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422D13 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB664519-
CMYK00.320.710.74
HSL33.19º55.29%16.67%-
HSV(B)33.19º71.21%25.88%-
XYZ3.33.081.04-
YUV48.32111.46140.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=50.77%
G=34.62%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66451900.320.710.7433.1955.2916.67
Hex422D13020474A213711
Octal1025523040107112416721
Binary10000101011011001101000001000111100101010000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422D13; }

 p { color: rgb(66,45,19); }

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

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

 a { background-color: rgb(66,45,19); }

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

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

 span { border-color: rgb(66,45,19); }

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