Html Css Color HEX #382F12 Mikado

📋 copy color: '#382F12'

red 56 ◦ green 47 ◦ blue 18

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

Shades of Mikado #382F12

Tints of Mikado #382F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 46.28%
G = 38.84%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382F12 (or 0x382F12) is known color: Mikado. HEX triplet: 38, 2F and 12. RGB value is (56,47,18). Sum of RGB (Red+Green+Blue) = 56+47+18=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F12 is #C7D0ED. Grayscale: #2E2E2E. Windows color (decimal): -13095150 or 1191736. OLE color: 1191736.

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

Color convert

RGB 56 47 18 -
CMYK 0 0.16 0.68 0.78
HSL 45.79º 0.51% 0.15% -
HSV(B) 45.79º 0.68% 0.22% -
XYZ 2.76 2.92 0.99 -
YUV 46.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 56 47 18 0 0.16 0.68 0.78 45.79 0.51 0.15
Hex 38 2F 12 0 10 44 4E 2E 33 F
Octal 70 57 22 0 20 104 116 56 63 17
Binary 111000 101111 10010 0 10000 1000100 1001110 101110 110011 1111

Color Harmonies of #382F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F12

Black with #382F12

Text Example


Text Example

White with #382F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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