Html Css Color HEX #43514D Corduroy

📋 copy color: '#43514D'

red 67 ◦ green 81 ◦ blue 77

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

Shades of Corduroy #43514D

Tints of Corduroy #43514D

RGB

 RED value IS 67 (26.56% from 255) = 29.78%

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 29.78%
G = 36%
B = 34.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#43514D (or 0x43514D) is known color: Corduroy. HEX triplet: 43, 51 and 4D. RGB value is (67,81,77). Sum of RGB (Red+Green+Blue) = 67+81+77=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #43514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43514D is #BCAEB2. Grayscale: #4C4C4C. Windows color (decimal): -12365491 or 5067075. OLE color: 5067075.

HSL color Cylindrical-coordinate representation of color #43514D: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #43514D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 81 77 -
CMYK 0.17 0 0.05 0.68
HSL 162.86º 0.09% 0.29% -
HSV(B) 162.86º 0.17% 0.32% -
XYZ 6.6 7.61 8.14 -
YUV 76.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 67 81 77 0.17 0 0.05 0.68 162.86 0.09 0.29
Hex 43 51 4D 11 0 5 44 A3 9 1D
Octal 103 121 115 21 0 5 104 243 11 35
Binary 1000011 1010001 1001101 10001 0 101 1000100 10100011 1001 11101

Color Harmonies of #43514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43514D

Black with #43514D

Text Example


Text Example

White with #43514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43514D; }

 p { color: rgb(67,81,77); }

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

background-color css

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

 a { background-color: rgb(67,81,77); }

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

border-color css

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

 span { border-color: rgb(67,81,77); }

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