Html Css Color HEX #384130 Mallard

📋 copy color: '#384130'

red 56 ◦ green 65 ◦ blue 48

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

Shades of Mallard #384130

Tints of Mallard #384130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 33.14%
G = 38.46%
B = 28.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#384130 (or 0x384130) is known color: Mallard. HEX triplet: 38, 41 and 30. RGB value is (56,65,48). Sum of RGB (Red+Green+Blue) = 56+65+48=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #384130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384130 is #C7BECF. Grayscale: #3C3C3C. Windows color (decimal): -13090512 or 3162424. OLE color: 3162424.

HSL color Cylindrical-coordinate representation of color #384130: hue angle of 91.76º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #384130 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 48 -
CMYK 0.14 0 0.26 0.75
HSL 91.76º 0.15% 0.22% -
HSV(B) 91.76º 0.26% 0.25% -
XYZ 4.05 4.83 3.52 -
YUV 60.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 56 65 48 0.14 0 0.26 0.75 91.76 0.15 0.22
Hex 38 41 30 E 0 1A 4B 5C F 16
Octal 70 101 60 16 0 32 113 134 17 26
Binary 111000 1000001 110000 1110 0 11010 1001011 1011100 1111 10110

Color Harmonies of #384130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384130

Black with #384130

Text Example


Text Example

White with #384130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384130; }

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

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

background-color css

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

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

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

border-color css

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

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

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