Html Css Color HEX #3E4845 Corduroy

📋 copy color: '#3E4845'

red 62 ◦ green 72 ◦ blue 69

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

Shades of Corduroy #3E4845

Tints of Corduroy #3E4845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 30.54%
G = 35.47%
B = 33.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#3E4845 (or 0x3E4845) is known color: Corduroy. HEX triplet: 3E, 48 and 45. RGB value is (62,72,69). Sum of RGB (Red+Green+Blue) = 62+72+69=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4845 is #C1B7BA. Grayscale: #444444. Windows color (decimal): -12695483 or 4540478. OLE color: 4540478.

HSL color Cylindrical-coordinate representation of color #3E4845: hue angle of 162º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3E4845 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 72 69 -
CMYK 0.14 0 0.04 0.72
HSL 162º 0.07% 0.26% -
HSV(B) 162º 0.14% 0.28% -
XYZ 5.38 6.09 6.52 -
YUV 68.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 62 72 69 0.14 0 0.04 0.72 162 0.07 0.26
Hex 3E 48 45 E 0 4 48 A2 7 1A
Octal 76 110 105 16 0 4 110 242 7 32
Binary 111110 1001000 1000101 1110 0 100 1001000 10100010 111 11010

Color Harmonies of #3E4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4845

Black with #3E4845

Text Example


Text Example

White with #3E4845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,72,69); }

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

background-color css

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

 a { background-color: rgb(62,72,69); }

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

border-color css

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

 span { border-color: rgb(62,72,69); }

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