#3B2423

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

Shades of Livid Brown #3B2423

Tints of Livid Brown #3B2423

Color information

#3B2423 (or 0x3B2423) is unknown color: approx Livid Brown. HEX triplet: 3B, 24 and 23. RGB value is (59,36,35). Sum of RGB (Red+Green+Blue) = 59+36+35=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2423 is #C4DBDC. Grayscale: #2A2A2A. Windows color (decimal): -12901341 or 2303035. OLE color: 2303035.

HSL color Cylindrical-coordinate representation of color #3B2423: hue angle of 2.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2423 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB593635-
CMYK00.390.410.77
HSL2.5º25.53%18.43%-
HSV(B)2.5º40.68%23.14%-
XYZ2.742.311.89-
YUV42.76123.62139.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.38%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=45.38%
G=27.69%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59363500.390.410.772.525.5318.43
Hex3B2423027294D31a12
Octal7344430475111533222
Binary11101110010010001101001111010011001101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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