Html Css Color HEX #43524D Corduroy

📋 copy color: '#43524D'

red 67 ◦ green 82 ◦ blue 77

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

Shades of Corduroy #43524D

Tints of Corduroy #43524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

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

R = 29.65%
G = 36.28%
B = 34.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#43524D (or 0x43524D) is known color: Corduroy. HEX triplet: 43, 52 and 4D. RGB value is (67,82,77). Sum of RGB (Red+Green+Blue) = 67+82+77=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #43524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43524D is #BCADB2. Grayscale: #4C4C4C. Windows color (decimal): -12365235 or 5067331. OLE color: 5067331.

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

Color convert

RGB 67 82 77 -
CMYK 0.18 0 0.06 0.68
HSL 160º 0.1% 0.29% -
HSV(B) 160º 0.18% 0.32% -
XYZ 6.67 7.76 8.17 -
YUV 76.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 67 82 77 0.18 0 0.06 0.68 160 0.1 0.29
Hex 43 52 4D 12 0 6 44 A0 A 1D
Octal 103 122 115 22 0 6 104 240 12 35
Binary 1000011 1010010 1001101 10010 0 110 1000100 10100000 1010 11101

Color Harmonies of #43524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43524D

Black with #43524D

Text Example


Text Example

White with #43524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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