Html Css Color HEX #39423F Corduroy

📋 copy color: '#39423F'

red 57 ◦ green 66 ◦ blue 63

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

Shades of Corduroy #39423F

Tints of Corduroy #39423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 30.65%
G = 35.48%
B = 33.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#39423F (or 0x39423F) is known color: Corduroy. HEX triplet: 39, 42 and 3F. RGB value is (57,66,63). Sum of RGB (Red+Green+Blue) = 57+66+63=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 66 - color contains mainly: green. Hex color #39423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39423F is #C6BDC0. Grayscale: #3E3E3E. Windows color (decimal): -13024705 or 4145721. OLE color: 4145721.

HSL color Cylindrical-coordinate representation of color #39423F: hue angle of 160º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #39423F is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 66 63 -
CMYK 0.14 0 0.05 0.74
HSL 160º 0.07% 0.24% -
HSV(B) 160º 0.14% 0.26% -
XYZ 4.53 5.13 5.45 -
YUV 62.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 57 66 63 0.14 0 0.05 0.74 160 0.07 0.24
Hex 39 42 3F E 0 5 4A A0 7 18
Octal 71 102 77 16 0 5 112 240 7 30
Binary 111001 1000010 111111 1110 0 101 1001010 10100000 111 11000

Color Harmonies of #39423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39423F

Black with #39423F

Text Example


Text Example

White with #39423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39423F; }

 p { color: rgb(57,66,63); }

 H1.HeaderClassName
 {
   color: #39423F;
 }
 .AnyTagClassName
 {
   color: #39423F;
 }
</style>

background-color css

<style>
 a { background-color: #39423F; }

 a { background-color: rgb(57,66,63); }

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

border-color css

<style>
 span { border-color: #39423F; }

 span { border-color: rgb(57,66,63); }

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