Html Css Color HEX #414847 Corduroy

📋 copy color: '#414847'

red 65 ◦ green 72 ◦ blue 71

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

Shades of Corduroy #414847

Tints of Corduroy #414847

RGB

 RED value IS 65 (25.78% from 255) = 31.25%

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

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 31.25%
G = 34.62%
B = 34.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#414847 (or 0x414847) is known color: Corduroy. HEX triplet: 41, 48 and 47. RGB value is (65,72,71). Sum of RGB (Red+Green+Blue) = 65+72+71=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 72 - color contains mainly: green. Hex color #414847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414847 is #BEB7B8. Grayscale: #454545. Windows color (decimal): -12498873 or 4671553. OLE color: 4671553.

HSL color Cylindrical-coordinate representation of color #414847: hue angle of 171.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414847 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 71 -
CMYK 0.10 0 0.01 0.72
HSL 171.43º 0.05% 0.27% -
HSV(B) 171.43º 0.1% 0.28% -
XYZ 5.63 6.21 6.86 -
YUV 69.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 65 72 71 0.10 0 0.01 0.72 171.43 0.05 0.27
Hex 41 48 47 A 0 1 48 AB 5 1B
Octal 101 110 107 12 0 1 110 253 5 33
Binary 1000001 1001000 1000111 1010 0 1 1001000 10101011 101 11011

Color Harmonies of #414847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414847

Black with #414847

Text Example


Text Example

White with #414847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414847; }

 p { color: rgb(65,72,71); }

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

background-color css

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

 a { background-color: rgb(65,72,71); }

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

border-color css

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

 span { border-color: rgb(65,72,71); }

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