Html Css Color HEX #383115 Mikado

📋 copy color: '#383115'

red 56 ◦ green 49 ◦ blue 21

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

Shades of Mikado #383115

Tints of Mikado #383115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 44.44%
G = 38.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#383115 (or 0x383115) is known color: Mikado. HEX triplet: 38, 31 and 15. RGB value is (56,49,21). Sum of RGB (Red+Green+Blue) = 56+49+21=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383115 is #C7CEEA. Grayscale: #303030. Windows color (decimal): -13094635 or 1388856. OLE color: 1388856.

HSL color Cylindrical-coordinate representation of color #383115: hue angle of 48º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383115 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 21 -
CMYK 0 0.12 0.63 0.78
HSL 48º 0.45% 0.15% -
HSV(B) 48º 0.63% 0.22% -
XYZ 2.86 3.09 1.16 -
YUV 47.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 56 49 21 0 0.12 0.63 0.78 48 0.45 0.15
Hex 38 31 15 0 C 3F 4E 30 2D F
Octal 70 61 25 0 14 77 116 60 55 17
Binary 111000 110001 10101 0 1100 111111 1001110 110000 101101 1111

Color Harmonies of #383115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383115

Black with #383115

Text Example


Text Example

White with #383115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383115; }

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

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

background-color css

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

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

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

border-color css

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

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

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