#3A2317

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

Shades of Brown Pod #3A2317

Tints of Brown Pod #3A2317

Color information

#3A2317 (or 0x3A2317) is unknown color: approx Brown Pod. HEX triplet: 3A, 23 and 17. RGB value is (58,35,23). Sum of RGB (Red+Green+Blue) = 58+35+23=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2317 is #C5DCE8. Grayscale: #282828. Windows color (decimal): -12967145 or 1516346. OLE color: 1516346.

HSL color Cylindrical-coordinate representation of color #3A2317: hue angle of 20.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2317 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB583523-
CMYK00.400.600.77
HSL20.57º43.21%15.88%-
HSV(B)20.57º60.34%22.75%-
XYZ2.52.161.1-
YUV40.51118.12140.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=50%
G=30.17%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58352300.400.600.7720.5743.2115.88
Hex3A23170283C4D152b10
Octal72432705074115255320
Binary11101010001110111010100011110010011011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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