Html Css Color HEX #384F47 Corduroy

📋 copy color: '#384F47'

red 56 ◦ green 79 ◦ blue 71

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

Shades of Corduroy #384F47

Tints of Corduroy #384F47

RGB

 RED value IS 56 (22.27% from 255) = 27.18%

 GREEN value IS 79 (31.25% from 255) = 38.35%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 27.18%
G = 38.35%
B = 34.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#384F47 (or 0x384F47) is known color: Corduroy. HEX triplet: 38, 4F and 47. RGB value is (56,79,71). Sum of RGB (Red+Green+Blue) = 56+79+71=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #384F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F47 is #C7B0B8. Grayscale: #474747. Windows color (decimal): -13086905 or 4673336. OLE color: 4673336.

HSL color Cylindrical-coordinate representation of color #384F47: hue angle of 159.13º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #384F47 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 79 71 -
CMYK 0.29 0 0.10 0.69
HSL 159.13º 0.17% 0.26% -
HSV(B) 159.13º 0.29% 0.31% -
XYZ 5.56 6.89 7 -
YUV 71.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 56 79 71 0.29 0 0.10 0.69 159.13 0.17 0.26
Hex 38 4F 47 1D 0 A 45 9F 11 1A
Octal 70 117 107 35 0 12 105 237 21 32
Binary 111000 1001111 1000111 11101 0 1010 1000101 10011111 10001 11010

Color Harmonies of #384F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F47

Black with #384F47

Text Example


Text Example

White with #384F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384F47; }

 p { color: rgb(56,79,71); }

 H1.HeaderClassName
 {
   color: #384F47;
 }
 .AnyTagClassName
 {
   color: #384F47;
 }
</style>

background-color css

<style>
 a { background-color: #384F47; }

 a { background-color: rgb(56,79,71); }

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

border-color css

<style>
 span { border-color: #384F47; }

 span { border-color: rgb(56,79,71); }

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