#38300F

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

Shades of Mikado #38300F

Tints of Mikado #38300F

Color information

#38300F (or 0x38300F) is unknown color: approx Mikado. HEX triplet: 38, 30 and 0F. RGB value is (56,48,15). Sum of RGB (Red+Green+Blue) = 56+48+15=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38300F is #C7CFF0. Grayscale: #2E2E2E. Windows color (decimal): -13094897 or 995384. OLE color: 995384.

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

Color convert

RGB564815-
CMYK00.140.730.78
HSL48.29º57.75%13.92%-
HSV(B)48.29º73.21%21.96%-
XYZ2.772.990.88-
YUV46.63110.15134.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=47.06%
G=40.34%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56481500.140.730.7848.2957.7513.92
Hex3830F0E494E303ae
Octal706017016111116607216
Binary111000110000111101110100100110011101100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38300F; }

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

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

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

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

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

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

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

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