Html Css Color HEX #382E14 Mikado

📋 copy color: '#382E14'

red 56 ◦ green 46 ◦ blue 20

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

Shades of Mikado #382E14

Tints of Mikado #382E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.7%

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 45.9%
G = 37.7%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382E14 (or 0x382E14) is known color: Mikado. HEX triplet: 38, 2E and 14. RGB value is (56,46,20). Sum of RGB (Red+Green+Blue) = 56+46+20=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E14 is #C7D1EB. Grayscale: #2E2E2E. Windows color (decimal): -13095404 or 1322552. OLE color: 1322552.

HSL color Cylindrical-coordinate representation of color #382E14: hue angle of 43.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382E14 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 20 -
CMYK 0 0.18 0.64 0.78
HSL 43.33º 0.47% 0.15% -
HSV(B) 43.33º 0.64% 0.22% -
XYZ 2.73 2.85 1.07 -
YUV 46.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 56 46 20 0 0.18 0.64 0.78 43.33 0.47 0.15
Hex 38 2E 14 0 12 40 4E 2B 2F F
Octal 70 56 24 0 22 100 116 53 57 17
Binary 111000 101110 10100 0 10010 1000000 1001110 101011 101111 1111

Color Harmonies of #382E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E14

Black with #382E14

Text Example


Text Example

White with #382E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E14; }

 p { color: rgb(56,46,20); }

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

background-color css

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

 a { background-color: rgb(56,46,20); }

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

border-color css

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

 span { border-color: rgb(56,46,20); }

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