#383108

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

Shades of Maire #383108

Tints of Maire #383108

Color information

#383108 (or 0x383108) is unknown color: approx Maire. HEX triplet: 38, 31 and 08. RGB value is (56,49,8). Sum of RGB (Red+Green+Blue) = 56+49+8=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #383108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383108 is #C7CEF7. Grayscale: #2E2E2E. Windows color (decimal): -13094648 or 536888. OLE color: 536888.

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

Color convert

RGB56498-
CMYK00.120.860.78
HSL51.25º75%12.55%-
HSV(B)51.25º85.71%21.96%-
XYZ2.773.050.67-
YUV46.42106.32134.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 49 (19.53% from 255) = 43.36%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=49.56%
G=43.36%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5649800.120.860.7851.257512.55
Hex383180C564E334bd
Octal7061100141261166311315
Binary1110001100011000011001010110100111011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383108; }

 p { color: rgb(56,49,8); }

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

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

 a { background-color: rgb(56,49,8); }

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

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

 span { border-color: rgb(56,49,8); }

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