Html Css Color HEX #43534E Corduroy

📋 copy color: '#43534E'

red 67 ◦ green 83 ◦ blue 78

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

Shades of Corduroy #43534E

Tints of Corduroy #43534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 29.39%
G = 36.4%
B = 34.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#43534E (or 0x43534E) is known color: Corduroy. HEX triplet: 43, 53 and 4E. RGB value is (67,83,78). Sum of RGB (Red+Green+Blue) = 67+83+78=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #43534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43534E is #BCACB1. Grayscale: #4D4D4D. Windows color (decimal): -12364978 or 5133123. OLE color: 5133123.

HSL color Cylindrical-coordinate representation of color #43534E: hue angle of 161.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #43534E is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 83 78 -
CMYK 0.19 0 0.06 0.67
HSL 161.25º 0.11% 0.29% -
HSV(B) 161.25º 0.19% 0.33% -
XYZ 6.78 7.93 8.38 -
YUV 77.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 67 83 78 0.19 0 0.06 0.67 161.25 0.11 0.29
Hex 43 53 4E 13 0 6 43 A1 B 1D
Octal 103 123 116 23 0 6 103 241 13 35
Binary 1000011 1010011 1001110 10011 0 110 1000011 10100001 1011 11101

Color Harmonies of #43534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43534E

Black with #43534E

Text Example


Text Example

White with #43534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43534E; }

 p { color: rgb(67,83,78); }

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

background-color css

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

 a { background-color: rgb(67,83,78); }

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

border-color css

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

 span { border-color: rgb(67,83,78); }

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