#383204

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

Shades of Maire #383204

Tints of Maire #383204

Color information

#383204 (or 0x383204) is unknown color: approx Maire. HEX triplet: 38, 32 and 04. RGB value is (56,50,4). Sum of RGB (Red+Green+Blue) = 56+50+4=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #383204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383204 is #C7CDFB. Grayscale: #2E2E2E. Windows color (decimal): -13094396 or 275000. OLE color: 275000.

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

Color convert

RGB56504-
CMYK00.110.930.78
HSL53.08º86.67%11.76%-
HSV(B)53.08º92.86%21.96%-
XYZ2.793.130.57-
YUV46.55103.99134.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=50.91%
G=45.45%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5650400.110.930.7853.0886.6711.76
Hex383240B5D4E3557c
Octal706240131351166512714
Binary111000110010100010111011101100111011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383204; }

 p { color: rgb(56,50,4); }

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

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

 a { background-color: rgb(56,50,4); }

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

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

 span { border-color: rgb(56,50,4); }

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