Html Css Color HEX #383110 Mikado

📋 copy color: '#383110'

red 56 ◦ green 49 ◦ blue 16

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

Shades of Mikado #383110

Tints of Mikado #383110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 46.28%
G = 40.5%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#383110 (or 0x383110) is known color: Mikado. HEX triplet: 38, 31 and 10. RGB value is (56,49,16). Sum of RGB (Red+Green+Blue) = 56+49+16=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #383110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383110 is #C7CEEF. Grayscale: #2F2F2F. Windows color (decimal): -13094640 or 1061176. OLE color: 1061176.

HSL color Cylindrical-coordinate representation of color #383110: hue angle of 49.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383110 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 16 -
CMYK 0 0.12 0.71 0.78
HSL 49.5º 0.56% 0.14% -
HSV(B) 49.5º 0.71% 0.22% -
XYZ 2.82 3.07 0.93 -
YUV 47.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 56 49 16 0 0.12 0.71 0.78 49.5 0.56 0.14
Hex 38 31 10 0 C 47 4E 32 38 E
Octal 70 61 20 0 14 107 116 62 70 16
Binary 111000 110001 10000 0 1100 1000111 1001110 110010 111000 1110

Color Harmonies of #383110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383110

Black with #383110

Text Example


Text Example

White with #383110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383110; }

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

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

background-color css

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

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

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

border-color css

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

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

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