Html Css Color HEX #384943 Corduroy

📋 copy color: '#384943'

red 56 ◦ green 73 ◦ blue 67

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

Shades of Corduroy #384943

Tints of Corduroy #384943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 67 (26.56% from 255) = 34.18%

R = 28.57%
G = 37.24%
B = 34.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#384943 (or 0x384943) is known color: Corduroy. HEX triplet: 38, 49 and 43. RGB value is (56,73,67). Sum of RGB (Red+Green+Blue) = 56+73+67=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #384943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384943 is #C7B6BC. Grayscale: #434343. Windows color (decimal): -13088445 or 4409656. OLE color: 4409656.

HSL color Cylindrical-coordinate representation of color #384943: hue angle of 158.82º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384943 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 67 -
CMYK 0.23 0 0.08 0.71
HSL 158.82º 0.13% 0.25% -
HSV(B) 158.82º 0.23% 0.29% -
XYZ 5.03 6.01 6.21 -
YUV 67.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 56 73 67 0.23 0 0.08 0.71 158.82 0.13 0.25
Hex 38 49 43 17 0 8 47 9F D 19
Octal 70 111 103 27 0 10 107 237 15 31
Binary 111000 1001001 1000011 10111 0 1000 1000111 10011111 1101 11001

Color Harmonies of #384943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384943

Black with #384943

Text Example


Text Example

White with #384943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384943; }

 p { color: rgb(56,73,67); }

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

background-color css

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

 a { background-color: rgb(56,73,67); }

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

border-color css

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

 span { border-color: rgb(56,73,67); }

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