Html Css Color HEX #384541 Corduroy

📋 copy color: '#384541'

red 56 ◦ green 69 ◦ blue 65

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

Shades of Corduroy #384541

Tints of Corduroy #384541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 29.47%
G = 36.32%
B = 34.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#384541 (or 0x384541) is known color: Corduroy. HEX triplet: 38, 45 and 41. RGB value is (56,69,65). Sum of RGB (Red+Green+Blue) = 56+69+65=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #384541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384541 is #C7BABE. Grayscale: #404040. Windows color (decimal): -13089471 or 4277560. OLE color: 4277560.

HSL color Cylindrical-coordinate representation of color #384541: hue angle of 161.54º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #384541 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 65 -
CMYK 0.19 0 0.06 0.73
HSL 161.54º 0.1% 0.25% -
HSV(B) 161.54º 0.19% 0.27% -
XYZ 4.71 5.48 5.81 -
YUV 64.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 56 69 65 0.19 0 0.06 0.73 161.54 0.1 0.25
Hex 38 45 41 13 0 6 49 A2 A 19
Octal 70 105 101 23 0 6 111 242 12 31
Binary 111000 1000101 1000001 10011 0 110 1001001 10100010 1010 11001

Color Harmonies of #384541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384541

Black with #384541

Text Example


Text Example

White with #384541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384541; }

 p { color: rgb(56,69,65); }

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

background-color css

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

 a { background-color: rgb(56,69,65); }

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

border-color css

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

 span { border-color: rgb(56,69,65); }

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