#3A2423

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

Shades of Livid Brown #3A2423

Tints of Livid Brown #3A2423

Color information

#3A2423 (or 0x3A2423) is unknown color: approx Livid Brown. HEX triplet: 3A, 24 and 23. RGB value is (58,36,35). Sum of RGB (Red+Green+Blue) = 58+36+35=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2423 is #C5DBDC. Grayscale: #2A2A2A. Windows color (decimal): -12966877 or 2303034. OLE color: 2303034.

HSL color Cylindrical-coordinate representation of color #3A2423: hue angle of 2.61º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2423 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB583635-
CMYK00.380.400.77
HSL2.61º24.73%18.24%-
HSV(B)2.61º39.66%22.75%-
XYZ2.682.281.89-
YUV42.46123.79139.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=44.96%
G=27.91%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58363500.380.400.772.6124.7318.24
Hex3A2423026284D31912
Octal7244430465011533122
Binary11101010010010001101001101010001001101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,35); }

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

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

 a { background-color: rgb(58,36,35); }

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

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

 span { border-color: rgb(58,36,35); }

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