Html Css Color HEX #39534B Corduroy

📋 copy color: '#39534B'

red 57 ◦ green 83 ◦ blue 75

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

Shades of Corduroy #39534B

Tints of Corduroy #39534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 26.51%
G = 38.6%
B = 34.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#39534B (or 0x39534B) is known color: 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

RGB 57 83 75 -
CMYK 0.31 0 0.10 0.67
HSL 161.54º 0.19% 0.27% -
HSV(B) 161.54º 0.31% 0.33% -
XYZ 6.05 7.56 7.8 -
YUV 74.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 57 83 75 0.31 0 0.10 0.67 161.54 0.19 0.27
Hex 39 53 4B 1F 0 A 43 A2 13 1B
Octal 71 123 113 37 0 12 103 242 23 33
Binary 111001 1010011 1001011 11111 0 1010 1000011 10100010 10011 11011

Color Harmonies of #39534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39534B

Black with #39534B

Text Example


Text Example

White with #39534B

Text Example


Text Example

HTML Codes & Css Web 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>