Html Css Color HEX #39534D Corduroy

📋 copy color: '#39534D'

red 57 ◦ green 83 ◦ blue 77

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

Shades of Corduroy #39534D

Tints of Corduroy #39534D

RGB

 RED value IS 57 (22.66% from 255) = 26.27%

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

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

R = 26.27%
G = 38.25%
B = 35.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#39534D (or 0x39534D) is known color: Corduroy. HEX triplet: 39, 53 and 4D. RGB value is (57,83,77). Sum of RGB (Red+Green+Blue) = 57+83+77=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #39534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39534D is #C6ACB2. Grayscale: #4A4A4A. Windows color (decimal): -13020339 or 5067577. OLE color: 5067577.

HSL color Cylindrical-coordinate representation of color #39534D: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #39534D is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 77 -
CMYK 0.31 0 0.07 0.67
HSL 166.15º 0.19% 0.27% -
HSV(B) 166.15º 0.31% 0.33% -
XYZ 6.12 7.59 8.16 -
YUV 74.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 57 83 77 0.31 0 0.07 0.67 166.15 0.19 0.27
Hex 39 53 4D 1F 0 7 43 A6 13 1B
Octal 71 123 115 37 0 7 103 246 23 33
Binary 111001 1010011 1001101 11111 0 111 1000011 10100110 10011 11011

Color Harmonies of #39534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39534D

Black with #39534D

Text Example


Text Example

White with #39534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,83,77); }

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

background-color css

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

 a { background-color: rgb(57,83,77); }

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

border-color css

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

 span { border-color: rgb(57,83,77); }

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