#382E08

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

Shades of Mikado #382E08

Tints of Mikado #382E08

Color information

#382E08 (or 0x382E08) is unknown color: approx Mikado. HEX triplet: 38, 2E and 08. RGB value is (56,46,8). Sum of RGB (Red+Green+Blue) = 56+46+8=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E08 is #C7D1F7. Grayscale: #2C2C2C. Windows color (decimal): -13095416 or 536120. OLE color: 536120.

HSL color Cylindrical-coordinate representation of color #382E08: hue angle of 47.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #382E08 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56468-
CMYK00.180.860.78
HSL47.5º75%12.55%-
HSV(B)47.5º85.71%21.96%-
XYZ2.652.810.63-
YUV44.66107.31136.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 46 (18.36% from 255) = 41.82%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=50.91%
G=41.82%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5646800.180.860.7847.57512.55
Hex382E8012564E304bd
Octal7056100221261166011315
Binary11100010111010000100101010110100111011000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,46,8); }

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

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

 a { background-color: rgb(56,46,8); }

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

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

 span { border-color: rgb(56,46,8); }

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