#3A2F25

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

Shades of Cola #3A2F25

Tints of Cola #3A2F25

Color information

#3A2F25 (or 0x3A2F25) is unknown color: approx Cola. HEX triplet: 3A, 2F and 25. RGB value is (58,47,37). Sum of RGB (Red+Green+Blue) = 58+47+37=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F25 is #C5D0DA. Grayscale: #313131. Windows color (decimal): -12964059 or 2436922. OLE color: 2436922.

HSL color Cylindrical-coordinate representation of color #3A2F25: hue angle of 28.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2F25 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB584737-
CMYK00.190.360.77
HSL28.57º22.11%18.63%-
HSV(B)28.57º36.21%22.75%-
XYZ3.13.072.18-
YUV49.15121.14134.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=40.85%
G=33.10%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58473700.190.360.7728.5722.1118.63
Hex3A2F25013244D1d1613
Octal72574502344115352623
Binary1110101011111001010100111001001001101111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,47,37); }

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

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

 a { background-color: rgb(58,47,37); }

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

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

 span { border-color: rgb(58,47,37); }

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