#3D322E

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

Shades of Gondola #3D322E

Tints of Gondola #3D322E

Color information

#3D322E (or 0x3D322E) is unknown color: approx Gondola. HEX triplet: 3D, 32 and 2E. RGB value is (61,50,46). Sum of RGB (Red+Green+Blue) = 61+50+46=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D322E is #C2CDD1. Grayscale: #343434. Windows color (decimal): -12766674 or 3027517. OLE color: 3027517.

HSL color Cylindrical-coordinate representation of color #3D322E: hue angle of 16º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D322E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB615046-
CMYK00.180.250.76
HSL16º14.02%20.98%-
HSV(B)16º24.59%23.92%-
XYZ3.563.473.07-
YUV52.83124.14133.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.85%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=38.85%
G=31.85%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61504600.180.250.761614.0220.98
Hex3D322E012194C10e15
Octal75625602231114201625
Binary11110111001010111001001011001100110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,46); }

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

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

 a { background-color: rgb(61,50,46); }

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

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

 span { border-color: rgb(61,50,46); }

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