#3D2318

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

Shades of Brown Pod #3D2318

Tints of Brown Pod #3D2318

Color information

#3D2318 (or 0x3D2318) is unknown color: approx Brown Pod. HEX triplet: 3D, 23 and 18. RGB value is (61,35,24). Sum of RGB (Red+Green+Blue) = 61+35+24=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2318 is #C2DCE7. Grayscale: #292929. Windows color (decimal): -12770536 or 1581885. OLE color: 1581885.

HSL color Cylindrical-coordinate representation of color #3D2318: hue angle of 17.84º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D2318 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB613524-
CMYK00.430.610.76
HSL17.84º43.53%16.67%-
HSV(B)17.84º60.66%23.92%-
XYZ2.692.261.16-
YUV41.52118.11141.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.83%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 24 (9.77% from 255) = 20%
R=50.83%
G=29.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61352400.430.610.7617.8443.5316.67
Hex3D231802B3D4C122c11
Octal75433005375114225421
Binary11110110001111000010101111110110011001001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,35,24); }

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

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

 a { background-color: rgb(61,35,24); }

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

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

 span { border-color: rgb(61,35,24); }

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