#38301C

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

Shades of Mikado #38301C

Tints of Mikado #38301C

Color information

#38301C (or 0x38301C) is unknown color: approx Mikado. HEX triplet: 38, 30 and 1C. RGB value is (56,48,28). Sum of RGB (Red+Green+Blue) = 56+48+28=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #38301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38301C is #C7CFE3. Grayscale: #303030. Windows color (decimal): -13094884 or 1847352. OLE color: 1847352.

HSL color Cylindrical-coordinate representation of color #38301C: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38301C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB564828-
CMYK00.140.500.78
HSL42.86º33.33%16.47%-
HSV(B)42.86º50%21.96%-
XYZ2.93.041.53-
YUV48.11116.65133.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=42.42%
G=36.36%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56482800.140.500.7842.8633.3316.47
Hex38301C0E324E2b2110
Octal70603401662116534120
Binary1110001100001110001110110010100111010101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38301C; }

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

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

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

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

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

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

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

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