Html Css Color HEX #43504D Corduroy

📋 copy color: '#43504D'

red 67 ◦ green 80 ◦ blue 77

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

Shades of Corduroy #43504D

Tints of Corduroy #43504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 29.91%
G = 35.71%
B = 34.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#43504D (or 0x43504D) is known color: Corduroy. HEX triplet: 43, 50 and 4D. RGB value is (67,80,77). Sum of RGB (Red+Green+Blue) = 67+80+77=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #43504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43504D is #BCAFB2. Grayscale: #4B4B4B. Windows color (decimal): -12365747 or 5066819. OLE color: 5066819.

HSL color Cylindrical-coordinate representation of color #43504D: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #43504D is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 77 -
CMYK 0.16 0 0.04 0.69
HSL 166.15º 0.09% 0.29% -
HSV(B) 166.15º 0.16% 0.31% -
XYZ 6.52 7.47 8.12 -
YUV 75.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 67 80 77 0.16 0 0.04 0.69 166.15 0.09 0.29
Hex 43 50 4D 10 0 4 45 A6 9 1D
Octal 103 120 115 20 0 4 105 246 11 35
Binary 1000011 1010000 1001101 10000 0 100 1000101 10100110 1001 11101

Color Harmonies of #43504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43504D

Black with #43504D

Text Example


Text Example

White with #43504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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