#383010

Color #383010 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #383010

Tints of Mikado #383010

Color information

#383010 (or 0x383010) is unknown color: approx Mikado. HEX triplet: 38, 30 and 10. RGB value is (56,48,16). Sum of RGB (Red+Green+Blue) = 56+48+16=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #383010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383010 is #C7CFEF. Grayscale: #2E2E2E. Windows color (decimal): -13094896 or 1060920. OLE color: 1060920.

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

Color convert

RGB564816-
CMYK00.140.710.78
HSL48º55.56%14.12%-
HSV(B)48º71.43%21.96%-
XYZ2.782.990.92-
YUV46.74110.65134.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=46.67%
G=40%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56481600.140.710.784855.5614.12
Hex3830100E474E3038e
Octal706020016107116607016
Binary1110001100001000001110100011110011101100001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383010; }

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

 H1.HeaderClassName
 {
   color: #383010;
 }
 .AnyTagClassName
 {
   color: #383010;
 }
</style>
background-color css

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

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

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

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

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

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