#42301D

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

Shades of Cola #42301D

Tints of Cola #42301D

Color information

#42301D (or 0x42301D) is unknown color: approx Cola. HEX triplet: 42, 30 and 1D. RGB value is (66,48,29). Sum of RGB (Red+Green+Blue) = 66+48+29=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #42301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42301D is #BDCFE2. Grayscale: #333333. Windows color (decimal): -12439523 or 1912898. OLE color: 1912898.

HSL color Cylindrical-coordinate representation of color #42301D: hue angle of 30.81º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42301D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB664829-
CMYK00.270.560.74
HSL30.81º38.95%18.63%-
HSV(B)30.81º56.06%25.88%-
XYZ3.533.361.63-
YUV51.22115.46138.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=46.15%
G=33.57%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66482900.270.560.7430.8138.9518.63
Hex42301D01B384A1f2713
Octal102603503370112374723
Binary10000101100001110101101111100010010101111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42301D; }

 p { color: rgb(66,48,29); }

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

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

 a { background-color: rgb(66,48,29); }

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

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

 span { border-color: rgb(66,48,29); }

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