#41301C

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

Shades of Cola #41301C

Tints of Cola #41301C

Color information

#41301C (or 0x41301C) is unknown color: approx Cola. HEX triplet: 41, 30 and 1C. RGB value is (65,48,28). Sum of RGB (Red+Green+Blue) = 65+48+28=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301C is #BECFE3. Grayscale: #323232. Windows color (decimal): -12505060 or 1847361. OLE color: 1847361.

HSL color Cylindrical-coordinate representation of color #41301C: hue angle of 32.43º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41301C is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB654828-
CMYK00.260.570.75
HSL32.43º39.78%18.24%-
HSV(B)32.43º56.92%25.49%-
XYZ3.453.321.56-
YUV50.8115.13138.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=46.10%
G=34.04%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65482800.260.570.7532.4339.7818.24
Hex41301C01A394B202812
Octal101603403271113405022
Binary100000111000011100011010111001100101110000010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41301C; }

 p { color: rgb(65,48,28); }

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

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

 a { background-color: rgb(65,48,28); }

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

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

 span { border-color: rgb(65,48,28); }

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