Html Css Color HEX #385047 Corduroy

📋 copy color: '#385047'

red 56 ◦ green 80 ◦ blue 71

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

Shades of Corduroy #385047

Tints of Corduroy #385047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.65%

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

R = 27.05%
G = 38.65%
B = 34.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#385047 (or 0x385047) is known color: Corduroy. HEX triplet: 38, 50 and 47. RGB value is (56,80,71). Sum of RGB (Red+Green+Blue) = 56+80+71=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #385047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385047 is #C7AFB8. Grayscale: #474747. Windows color (decimal): -13086649 or 4673592. OLE color: 4673592.

HSL color Cylindrical-coordinate representation of color #385047: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385047 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 71 -
CMYK 0.30 0 0.11 0.69
HSL 157.5º 0.18% 0.27% -
HSV(B) 157.5º 0.3% 0.31% -
XYZ 5.64 7.03 7.02 -
YUV 71.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 56 80 71 0.30 0 0.11 0.69 157.5 0.18 0.27
Hex 38 50 47 1E 0 B 45 9E 12 1B
Octal 70 120 107 36 0 13 105 236 22 33
Binary 111000 1010000 1000111 11110 0 1011 1000101 10011110 10010 11011

Color Harmonies of #385047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385047

Black with #385047

Text Example


Text Example

White with #385047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385047; }

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

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

background-color css

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

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

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

border-color css

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

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

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