Html Css Color HEX #382F16 Mikado

📋 copy color: '#382F16'

red 56 ◦ green 47 ◦ blue 22

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

Shades of Mikado #382F16

Tints of Mikado #382F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 44.8%
G = 37.6%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382F16 (or 0x382F16) is known color: Mikado. HEX triplet: 38, 2F and 16. RGB value is (56,47,22). Sum of RGB (Red+Green+Blue) = 56+47+22=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #382F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F16 is #C7D0E9. Grayscale: #2E2E2E. Windows color (decimal): -13095146 or 1453880. OLE color: 1453880.

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

Color convert

RGB 56 47 22 -
CMYK 0 0.16 0.61 0.78
HSL 44.12º 0.44% 0.15% -
HSV(B) 44.12º 0.61% 0.22% -
XYZ 2.79 2.93 1.18 -
YUV 46.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 56 47 22 0 0.16 0.61 0.78 44.12 0.44 0.15
Hex 38 2F 16 0 10 3D 4E 2C 2C F
Octal 70 57 26 0 20 75 116 54 54 17
Binary 111000 101111 10110 0 10000 111101 1001110 101100 101100 1111

Color Harmonies of #382F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F16

Black with #382F16

Text Example


Text Example

White with #382F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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