#3A2823

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

Shades of Brown Pod #3A2823

Tints of Brown Pod #3A2823

Color information

#3A2823 (or 0x3A2823) is unknown color: approx Brown Pod. HEX triplet: 3A, 28 and 23. RGB value is (58,40,35). Sum of RGB (Red+Green+Blue) = 58+40+35=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2823 is #C5D7DC. Grayscale: #2C2C2C. Windows color (decimal): -12965853 or 2304058. OLE color: 2304058.

HSL color Cylindrical-coordinate representation of color #3A2823: hue angle of 13.04º 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 #3A2823 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB584035-
CMYK00.310.400.77
HSL13.04º24.73%18.24%-
HSV(B)13.04º39.66%22.75%-
XYZ2.812.541.93-
YUV44.81122.46137.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=43.61%
G=30.08%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58403500.310.400.7713.0424.7318.24
Hex3A282301F284Dd1912
Octal72504303750115153122
Binary111010101000100011011111101000100110111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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