#383200

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

Shades of Maire #383200

Tints of Maire #383200

Color information

#383200 (or 0x383200) is unknown color: approx Maire. HEX triplet: 38, 32 and 00. RGB value is (56,50,0). Sum of RGB (Red+Green+Blue) = 56+50+0=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #383200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383200 is #C7CDFF. Grayscale: #2E2E2E. Windows color (decimal): -13094400 or 12856. OLE color: 12856.

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

Color convert

RGB56500-
CMYK00.1110.78
HSL53.57º100%10.98%-
HSV(B)53.57º100%21.96%-
XYZ2.773.120.46-
YUV46.09101.99135.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.83%
G=47.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5650000.1110.7853.5710010.98
Hex383200B644E3664b
Octal706200131441166614413
Binary1110001100100010111100100100111011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383200; }

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

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

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

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

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

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

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

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