Html Css Color HEX #3E3C30 Woodrush

📋 copy color: '#3E3C30'

red 62 ◦ green 60 ◦ blue 48

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

Shades of Woodrush #3E3C30

Tints of Woodrush #3E3C30

RGB

 RED value IS 62 (24.61% from 255) = 36.47%

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

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 36.47%
G = 35.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#3E3C30 (or 0x3E3C30) is known color: Woodrush. HEX triplet: 3E, 3C and 30. RGB value is (62,60,48). Sum of RGB (Red+Green+Blue) = 62+60+48=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C30 is #C1C3CF. Grayscale: #3B3B3B. Windows color (decimal): -12698576 or 3161150. OLE color: 3161150.

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

Color convert

RGB 62 60 48 -
CMYK 0 0.03 0.23 0.76
HSL 51.43º 0.13% 0.22% -
HSV(B) 51.43º 0.23% 0.24% -
XYZ 4.14 4.47 3.44 -
YUV 59.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 62 60 48 0 0.03 0.23 0.76 51.43 0.13 0.22
Hex 3E 3C 30 0 3 17 4C 33 D 16
Octal 76 74 60 0 3 27 114 63 15 26
Binary 111110 111100 110000 0 11 10111 1001100 110011 1101 10110

Color Harmonies of #3E3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3C30

Black with #3E3C30

Text Example


Text Example

White with #3E3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,60,48); }

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

background-color css

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

 a { background-color: rgb(62,60,48); }

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

border-color css

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

 span { border-color: rgb(62,60,48); }

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