#382F08

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

Shades of Maire #382F08

Tints of Maire #382F08

Color information

#382F08 (or 0x382F08) is unknown color: approx Maire. HEX triplet: 38, 2F and 08. RGB value is (56,47,8). Sum of RGB (Red+Green+Blue) = 56+47+8=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F08 is #C7D0F7. Grayscale: #2D2D2D. Windows color (decimal): -13095160 or 536376. OLE color: 536376.

HSL color Cylindrical-coordinate representation of color #382F08: hue angle of 48.75º 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 #382F08 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56478-
CMYK00.160.860.78
HSL48.75º75%12.55%-
HSV(B)48.75º85.71%21.96%-
XYZ2.692.890.65-
YUV45.24106.98135.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=50.45%
G=42.34%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5647800.160.860.7848.757512.55
Hex382F8010564E314bd
Octal7057100201261166111315
Binary11100010111110000100001010110100111011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382F08; }

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

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

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

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

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

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

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

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