#383210

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

Shades of Maire #383210

Tints of Maire #383210

Color information

#383210 (or 0x383210) is unknown color: approx Maire. HEX triplet: 38, 32 and 10. RGB value is (56,50,16). Sum of RGB (Red+Green+Blue) = 56+50+16=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #383210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383210 is #C7CDEF. Grayscale: #303030. Windows color (decimal): -13094384 or 1061432. OLE color: 1061432.

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

Color convert

RGB565016-
CMYK00.110.710.78
HSL51º55.56%14.12%-
HSV(B)51º71.43%21.96%-
XYZ2.873.160.95-
YUV47.92109.99133.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=45.90%
G=40.98%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56501600.110.710.785155.5614.12
Hex3832100B474E3338e
Octal706220013107116637016
Binary1110001100101000001011100011110011101100111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383210; }

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

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

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

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

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

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

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

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