#39534B

Color #39534B Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #39534B

Tints of Corduroy #39534B

Color information

#39534B (or 0x39534B) is unknown color: approx Corduroy. HEX triplet: 39, 53 and 4B. RGB value is (57,83,75). Sum of RGB (Red+Green+Blue) = 57+83+75=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #39534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39534B is #C6ACB4. Grayscale: #4A4A4A. Windows color (decimal): -13020341 or 4936505. OLE color: 4936505.

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

Color convert

RGB578375-
CMYK0.3100.100.67
HSL161.54º18.57%27.45%-
HSV(B)161.54º31.33%32.55%-
XYZ6.057.567.8-
YUV74.31128.39115.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=26.51%
G=38.60%
B=34.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783750.3100.100.67161.5418.5727.45
Hex39534B1F0A43a2131b
Octal71123113370121032422333
Binary1110011010011100101111111010101000011101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39534B;
 }
 .AnyTagClassName
 {
   color: #39534B;
 }
</style>
background-color css

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

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

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

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

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

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