Html Css Color HEX #3D3C37 Woodrush

📋 copy color: '#3D3C37'

red 61 ◦ green 60 ◦ blue 55

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

Shades of Woodrush #3D3C37

Tints of Woodrush #3D3C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 34.66%
G = 34.09%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D3C37 (or 0x3D3C37) is known color: Woodrush. HEX triplet: 3D, 3C and 37. RGB value is (61,60,55). Sum of RGB (Red+Green+Blue) = 61+60+55=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C37 is #C2C3C8. Grayscale: #3B3B3B. Windows color (decimal): -12764105 or 3619901. OLE color: 3619901.

HSL color Cylindrical-coordinate representation of color #3D3C37: hue angle of 50º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D3C37 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 60 55 -
CMYK 0 0.02 0.10 0.76
HSL 50º 0.05% 0.23% -
HSV(B) 50º 0.1% 0.24% -
XYZ 4.23 4.5 4.26 -
YUV 59.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 61 60 55 0 0.02 0.10 0.76 50 0.05 0.23
Hex 3D 3C 37 0 2 A 4C 32 5 17
Octal 75 74 67 0 2 12 114 62 5 27
Binary 111101 111100 110111 0 10 1010 1001100 110010 101 10111

Color Harmonies of #3D3C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C37

Black with #3D3C37

Text Example


Text Example

White with #3D3C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,60,55); }

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

background-color css

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

 a { background-color: rgb(61,60,55); }

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

border-color css

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

 span { border-color: rgb(61,60,55); }

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