Html Css Color HEX #383112 Mikado

📋 copy color: '#383112'

red 56 ◦ green 49 ◦ blue 18

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

Shades of Mikado #383112

Tints of Mikado #383112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.84%

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

R = 45.53%
G = 39.84%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#383112 (or 0x383112) is known color: Mikado. HEX triplet: 38, 31 and 12. RGB value is (56,49,18). Sum of RGB (Red+Green+Blue) = 56+49+18=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #383112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383112 is #C7CEED. Grayscale: #2F2F2F. Windows color (decimal): -13094638 or 1192248. OLE color: 1192248.

HSL color Cylindrical-coordinate representation of color #383112: hue angle of 48.95º 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 #383112 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 18 -
CMYK 0 0.12 0.68 0.78
HSL 48.95º 0.51% 0.15% -
HSV(B) 48.95º 0.68% 0.22% -
XYZ 2.84 3.08 1.02 -
YUV 47.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 56 49 18 0 0.12 0.68 0.78 48.95 0.51 0.15
Hex 38 31 12 0 C 44 4E 31 33 F
Octal 70 61 22 0 14 104 116 61 63 17
Binary 111000 110001 10010 0 1100 1000100 1001110 110001 110011 1111

Color Harmonies of #383112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383112

Black with #383112

Text Example


Text Example

White with #383112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383112; }

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

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

background-color css

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

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

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

border-color css

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

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

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