Html Css Color HEX #39534A Corduroy

📋 copy color: '#39534A'

red 57 ◦ green 83 ◦ blue 74

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

Shades of Corduroy #39534A

Tints of Corduroy #39534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 26.64%
G = 38.79%
B = 34.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#39534A (or 0x39534A) is known color: Corduroy. HEX triplet: 39, 53 and 4A. RGB value is (57,83,74). Sum of RGB (Red+Green+Blue) = 57+83+74=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #39534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39534A is #C6ACB5. Grayscale: #4A4A4A. Windows color (decimal): -13020342 or 4870969. OLE color: 4870969.

HSL color Cylindrical-coordinate representation of color #39534A: hue angle of 159.23º 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 #39534A is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 74 -
CMYK 0.31 0 0.11 0.67
HSL 159.23º 0.19% 0.27% -
HSV(B) 159.23º 0.31% 0.33% -
XYZ 6.02 7.55 7.62 -
YUV 74.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 57 83 74 0.31 0 0.11 0.67 159.23 0.19 0.27
Hex 39 53 4A 1F 0 B 43 9F 13 1B
Octal 71 123 112 37 0 13 103 237 23 33
Binary 111001 1010011 1001010 11111 0 1011 1000011 10011111 10011 11011

Color Harmonies of #39534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39534A

Black with #39534A

Text Example


Text Example

White with #39534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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