Html Css Color HEX #414745 Corduroy

📋 copy color: '#414745'

red 65 ◦ green 71 ◦ blue 69

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

Shades of Corduroy #414745

Tints of Corduroy #414745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 31.71%
G = 34.63%
B = 33.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#414745 (or 0x414745) is known color: Corduroy. HEX triplet: 41, 47 and 45. RGB value is (65,71,69). Sum of RGB (Red+Green+Blue) = 65+71+69=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 71 - color contains mainly: green. Hex color #414745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414745 is #BEB8BA. Grayscale: #444444. Windows color (decimal): -12499131 or 4540225. OLE color: 4540225.

HSL color Cylindrical-coordinate representation of color #414745: hue angle of 160º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #414745 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 69 -
CMYK 0.08 0 0.03 0.72
HSL 160º 0.04% 0.27% -
HSV(B) 160º 0.08% 0.28% -
XYZ 5.51 6.06 6.51 -
YUV 68.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 65 71 69 0.08 0 0.03 0.72 160 0.04 0.27
Hex 41 47 45 8 0 3 48 A0 4 1B
Octal 101 107 105 10 0 3 110 240 4 33
Binary 1000001 1000111 1000101 1000 0 11 1001000 10100000 100 11011

Color Harmonies of #414745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414745

Black with #414745

Text Example


Text Example

White with #414745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414745; }

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

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

background-color css

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

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

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

border-color css

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

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

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