Html Css Color HEX #383013 Mikado

📋 copy color: '#383013'

red 56 ◦ green 48 ◦ blue 19

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

Shades of Mikado #383013

Tints of Mikado #383013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 45.53%
G = 39.02%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#383013 (or 0x383013) is known color: Mikado. HEX triplet: 38, 30 and 13. RGB value is (56,48,19). Sum of RGB (Red+Green+Blue) = 56+48+19=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #383013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383013 is #C7CFEC. Grayscale: #2F2F2F. Windows color (decimal): -13094893 or 1257528. OLE color: 1257528.

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

Color convert

RGB 56 48 19 -
CMYK 0 0.14 0.66 0.78
HSL 47.03º 0.49% 0.15% -
HSV(B) 47.03º 0.66% 0.22% -
XYZ 2.81 3 1.05 -
YUV 47.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 56 48 19 0 0.14 0.66 0.78 47.03 0.49 0.15
Hex 38 30 13 0 E 42 4E 2F 31 F
Octal 70 60 23 0 16 102 116 57 61 17
Binary 111000 110000 10011 0 1110 1000010 1001110 101111 110001 1111

Color Harmonies of #383013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383013

Black with #383013

Text Example


Text Example

White with #383013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383013; }

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

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

background-color css

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

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

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

border-color css

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

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

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