Html Css Color HEX #3D3634 Gondola

📋 copy color: '#3D3634'

red 61 ◦ green 54 ◦ blue 52

#3D3634
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gondola #3D3634

Tints of Gondola #3D3634

RGB

 RED value IS 61 (24.22% from 255) = 36.53%

 GREEN value IS 54 (21.48% from 255) = 32.34%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 36.53%
G = 32.34%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3D3634 (or 0x3D3634) is known color: Gondola. HEX triplet: 3D, 36 and 34. RGB value is (61,54,52). Sum of RGB (Red+Green+Blue) = 61+54+52=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3634 is #C2C9CB. Grayscale: #373737. Windows color (decimal): -12765644 or 3421757. OLE color: 3421757.

HSL color Cylindrical-coordinate representation of color #3D3634: hue angle of 13.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D3634 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 54 52 -
CMYK 0 0.11 0.15 0.76
HSL 13.33º 0.08% 0.22% -
HSV(B) 13.33º 0.15% 0.24% -
XYZ 3.86 3.88 3.79 -
YUV 55.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 61 54 52 0 0.11 0.15 0.76 13.33 0.08 0.22
Hex 3D 36 34 0 B F 4C D 8 16
Octal 75 66 64 0 13 17 114 15 10 26
Binary 111101 110110 110100 0 1011 1111 1001100 1101 1000 10110

Color Harmonies of #3D3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3634

Black with #3D3634

Text Example


Text Example

White with #3D3634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,52); }

 H1.HeaderClassName
 {
   color: #3D3634;
 }
 .AnyTagClassName
 {
   color: #3D3634;
 }
</style>

background-color css

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

 a { background-color: rgb(61,54,52); }

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

border-color css

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

 span { border-color: rgb(61,54,52); }

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