#3D2D19

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

Shades of Cola #3D2D19

Tints of Cola #3D2D19

Color information

#3D2D19 (or 0x3D2D19) is unknown color: approx Cola. HEX triplet: 3D, 2D and 19. RGB value is (61,45,25). Sum of RGB (Red+Green+Blue) = 61+45+25=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2D19 is #C2D2E6. Grayscale: #2F2F2F. Windows color (decimal): -12767975 or 1649981. OLE color: 1649981.

HSL color Cylindrical-coordinate representation of color #3D2D19: hue angle of 33.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D2D19 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB614525-
CMYK00.260.590.76
HSL33.33º41.86%16.86%-
HSV(B)33.33º59.02%23.92%-
XYZ3.042.941.33-
YUV47.5115.3137.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.56%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=46.56%
G=34.35%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61452500.260.590.7633.3341.8616.86
Hex3D2D1901A3B4C212a11
Octal75553103273114415221
Binary11110110110111001011010111011100110010000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D2D19; }

 p { color: rgb(61,45,25); }

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

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

 a { background-color: rgb(61,45,25); }

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

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

 span { border-color: rgb(61,45,25); }

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