Html Css Color HEX #3C3B37 Woodrush

📋 copy color: '#3C3B37'

red 60 ◦ green 59 ◦ blue 55

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

Shades of Woodrush #3C3B37

Tints of Woodrush #3C3B37

RGB

 RED value IS 60 (23.83% from 255) = 34.48%

 GREEN value IS 59 (23.44% from 255) = 33.91%

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

R = 34.48%
G = 33.91%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3C3B37 (or 0x3C3B37) is known color: Woodrush. HEX triplet: 3C, 3B and 37. RGB value is (60,59,55). Sum of RGB (Red+Green+Blue) = 60+59+55=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B37 is #C3C4C8. Grayscale: #3A3A3A. Windows color (decimal): -12829897 or 3619644. OLE color: 3619644.

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

Color convert

RGB 60 59 55 -
CMYK 0 0.02 0.08 0.76
HSL 48º 0.04% 0.23% -
HSV(B) 48º 0.08% 0.24% -
XYZ 4.12 4.36 4.24 -
YUV 58.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 60 59 55 0 0.02 0.08 0.76 48 0.04 0.23
Hex 3C 3B 37 0 2 8 4C 30 4 17
Octal 74 73 67 0 2 10 114 60 4 27
Binary 111100 111011 110111 0 10 1000 1001100 110000 100 10111

Color Harmonies of #3C3B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3B37

Black with #3C3B37

Text Example


Text Example

White with #3C3B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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