#382D07

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

Shades of Mikado #382D07

Tints of Mikado #382D07

Color information

#382D07 (or 0x382D07) is unknown color: approx Mikado. HEX triplet: 38, 2D and 07. RGB value is (56,45,7). Sum of RGB (Red+Green+Blue) = 56+45+7=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D07 is #C7D2F8. Grayscale: #2C2C2C. Windows color (decimal): -13095673 or 470328. OLE color: 470328.

HSL color Cylindrical-coordinate representation of color #382D07: hue angle of 46.53º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #382D07 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB56457-
CMYK00.200.880.78
HSL46.53º77.78%12.35%-
HSV(B)46.53º87.5%21.96%-
XYZ2.612.730.59-
YUV43.96107.14136.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=51.85%
G=41.67%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5645700.200.880.7846.5377.7812.35
Hex382D7014584E2f4ec
Octal705570241301165711614
Binary1110001011011110101001011000100111010111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382D07; }

 p { color: rgb(56,45,7); }

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

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

 a { background-color: rgb(56,45,7); }

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

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

 span { border-color: rgb(56,45,7); }

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