Html Css Color HEX #43504B Corduroy

📋 copy color: '#43504B'

red 67 ◦ green 80 ◦ blue 75

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

Shades of Corduroy #43504B

Tints of Corduroy #43504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 30.18%
G = 36.04%
B = 33.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#43504B (or 0x43504B) is known color: Corduroy. HEX triplet: 43, 50 and 4B. RGB value is (67,80,75). Sum of RGB (Red+Green+Blue) = 67+80+75=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #43504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43504B is #BCAFB4. Grayscale: #4B4B4B. Windows color (decimal): -12365749 or 4935747. OLE color: 4935747.

HSL color Cylindrical-coordinate representation of color #43504B: hue angle of 156.92º 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 #43504B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 75 -
CMYK 0.16 0 0.06 0.69
HSL 156.92º 0.09% 0.29% -
HSV(B) 156.92º 0.16% 0.31% -
XYZ 6.45 7.44 7.75 -
YUV 75.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 67 80 75 0.16 0 0.06 0.69 156.92 0.09 0.29
Hex 43 50 4B 10 0 6 45 9D 9 1D
Octal 103 120 113 20 0 6 105 235 11 35
Binary 1000011 1010000 1001011 10000 0 110 1000101 10011101 1001 11101

Color Harmonies of #43504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43504B

Black with #43504B

Text Example


Text Example

White with #43504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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