#38300C

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

Shades of Maire #38300C

Tints of Maire #38300C

Color information

#38300C (or 0x38300C) is unknown color: approx Maire. HEX triplet: 38, 30 and 0C. RGB value is (56,48,12). Sum of RGB (Red+Green+Blue) = 56+48+12=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38300C is #C7CFF3. Grayscale: #2E2E2E. Windows color (decimal): -13094900 or 798776. OLE color: 798776.

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

Color convert

RGB564812-
CMYK00.140.790.78
HSL49.09º64.71%13.33%-
HSV(B)49.09º78.57%21.96%-
XYZ2.752.980.78-
YUV46.29108.65134.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=48.28%
G=41.38%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56481200.140.790.7849.0964.7113.33
Hex3830C0E4F4E3141d
Octal7060140161171166110115
Binary1110001100001100011101001111100111011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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