Html Css Color HEX #383011 Mikado

📋 copy color: '#383011'

red 56 ◦ green 48 ◦ blue 17

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

Shades of Mikado #383011

Tints of Mikado #383011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 46.28%
G = 39.67%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#383011 (or 0x383011) is known color: Mikado. HEX triplet: 38, 30 and 11. RGB value is (56,48,17). Sum of RGB (Red+Green+Blue) = 56+48+17=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #383011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383011 is #C7CFEE. Grayscale: #2E2E2E. Windows color (decimal): -13094895 or 1126456. OLE color: 1126456.

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

Color convert

RGB 56 48 17 -
CMYK 0 0.14 0.70 0.78
HSL 47.69º 0.53% 0.14% -
HSV(B) 47.69º 0.7% 0.22% -
XYZ 2.79 3 0.96 -
YUV 46.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 56 48 17 0 0.14 0.70 0.78 47.69 0.53 0.14
Hex 38 30 11 0 E 46 4E 30 35 E
Octal 70 60 21 0 16 106 116 60 65 16
Binary 111000 110000 10001 0 1110 1000110 1001110 110000 110101 1110

Color Harmonies of #383011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383011

Black with #383011

Text Example


Text Example

White with #383011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383011; }

 p { color: rgb(56,48,17); }

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

background-color css

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

 a { background-color: rgb(56,48,17); }

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

border-color css

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

 span { border-color: rgb(56,48,17); }

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