Html Css Color HEX #384843 Corduroy

📋 copy color: '#384843'

red 56 ◦ green 72 ◦ blue 67

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

Shades of Corduroy #384843

Tints of Corduroy #384843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

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

R = 28.72%
G = 36.92%
B = 34.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#384843 (or 0x384843) is known color: Corduroy. HEX triplet: 38, 48 and 43. RGB value is (56,72,67). Sum of RGB (Red+Green+Blue) = 56+72+67=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #384843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384843 is #C7B7BC. Grayscale: #424242. Windows color (decimal): -13088701 or 4409400. OLE color: 4409400.

HSL color Cylindrical-coordinate representation of color #384843: hue angle of 161.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384843 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 67 -
CMYK 0.22 0 0.07 0.72
HSL 161.25º 0.13% 0.25% -
HSV(B) 161.25º 0.22% 0.28% -
XYZ 4.96 5.88 6.18 -
YUV 66.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 56 72 67 0.22 0 0.07 0.72 161.25 0.13 0.25
Hex 38 48 43 16 0 7 48 A1 C 19
Octal 70 110 103 26 0 7 110 241 14 31
Binary 111000 1001000 1000011 10110 0 111 1001000 10100001 1100 11001

Color Harmonies of #384843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384843

Black with #384843

Text Example


Text Example

White with #384843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384843; }

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

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

background-color css

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

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

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

border-color css

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

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

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