#382D05

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

Shades of Mikado #382D05

Tints of Mikado #382D05

Color information

#382D05 (or 0x382D05) is unknown color: approx Mikado. HEX triplet: 38, 2D and 05. RGB value is (56,45,5). Sum of RGB (Red+Green+Blue) = 56+45+5=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D05 is #C7D2FA. Grayscale: #2B2B2B. Windows color (decimal): -13095675 or 339256. OLE color: 339256.

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

Color convert

RGB56455-
CMYK00.200.910.78
HSL47.06º83.61%11.96%-
HSV(B)47.06º91.07%21.96%-
XYZ2.62.730.53-
YUV43.73106.14136.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=52.83%
G=42.45%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5645500.200.910.7847.0683.6111.96
Hex382D50145B4E2f54c
Octal705550241331165712414
Binary1110001011011010101001011011100111010111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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