Html Css Color HEX #385048 Corduroy

📋 copy color: '#385048'

red 56 ◦ green 80 ◦ blue 72

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

Shades of Corduroy #385048

Tints of Corduroy #385048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 26.92%
G = 38.46%
B = 34.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#385048 (or 0x385048) is known color: Corduroy. HEX triplet: 38, 50 and 48. RGB value is (56,80,72). Sum of RGB (Red+Green+Blue) = 56+80+72=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #385048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385048 is #C7AFB7. Grayscale: #474747. Windows color (decimal): -13086648 or 4739128. OLE color: 4739128.

HSL color Cylindrical-coordinate representation of color #385048: hue angle of 160º 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 #385048 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 72 -
CMYK 0.30 0 0.10 0.69
HSL 160º 0.18% 0.27% -
HSV(B) 160º 0.3% 0.31% -
XYZ 5.67 7.05 7.19 -
YUV 71.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 56 80 72 0.30 0 0.10 0.69 160 0.18 0.27
Hex 38 50 48 1E 0 A 45 A0 12 1B
Octal 70 120 110 36 0 12 105 240 22 33
Binary 111000 1010000 1001000 11110 0 1010 1000101 10100000 10010 11011

Color Harmonies of #385048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385048

Black with #385048

Text Example


Text Example

White with #385048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385048; }

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

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

background-color css

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

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

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

border-color css

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

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

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