Html Css Color HEX #382F14 Mikado

📋 copy color: '#382F14'

red 56 ◦ green 47 ◦ blue 20

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

Shades of Mikado #382F14

Tints of Mikado #382F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.21%

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

R = 45.53%
G = 38.21%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382F14 (or 0x382F14) is known color: Mikado. HEX triplet: 38, 2F and 14. RGB value is (56,47,20). Sum of RGB (Red+Green+Blue) = 56+47+20=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F14 is #C7D0EB. Grayscale: #2E2E2E. Windows color (decimal): -13095148 or 1322808. OLE color: 1322808.

HSL color Cylindrical-coordinate representation of color #382F14: hue angle of 45º 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 #382F14 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 20 -
CMYK 0 0.16 0.64 0.78
HSL 45º 0.47% 0.15% -
HSV(B) 45º 0.64% 0.22% -
XYZ 2.77 2.92 1.08 -
YUV 46.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 56 47 20 0 0.16 0.64 0.78 45 0.47 0.15
Hex 38 2F 14 0 10 40 4E 2D 2F F
Octal 70 57 24 0 20 100 116 55 57 17
Binary 111000 101111 10100 0 10000 1000000 1001110 101101 101111 1111

Color Harmonies of #382F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F14

Black with #382F14

Text Example


Text Example

White with #382F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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