Html Css Color HEX #38432F Mallard

📋 copy color: '#38432F'

red 56 ◦ green 67 ◦ blue 47

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

Shades of Mallard #38432F

Tints of Mallard #38432F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 32.94%
G = 39.41%
B = 27.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#38432F (or 0x38432F) is known color: Mallard. HEX triplet: 38, 43 and 2F. RGB value is (56,67,47). Sum of RGB (Red+Green+Blue) = 56+67+47=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #38432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38432F is #C7BCD0. Grayscale: #3D3D3D. Windows color (decimal): -13090001 or 3097400. OLE color: 3097400.

HSL color Cylindrical-coordinate representation of color #38432F: hue angle of 93º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38432F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 47 -
CMYK 0.16 0 0.30 0.74
HSL 93º 0.18% 0.22% -
HSV(B) 93º 0.3% 0.26% -
XYZ 4.15 5.06 3.45 -
YUV 61.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 56 67 47 0.16 0 0.30 0.74 93 0.18 0.22
Hex 38 43 2F 10 0 1E 4A 5D 12 16
Octal 70 103 57 20 0 36 112 135 22 26
Binary 111000 1000011 101111 10000 0 11110 1001010 1011101 10010 10110

Color Harmonies of #38432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38432F

Black with #38432F

Text Example


Text Example

White with #38432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38432F; }

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

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

background-color css

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

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

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

border-color css

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

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

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