#382F07

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

Shades of Maire #382F07

Tints of Maire #382F07

Color information

#382F07 (or 0x382F07) is unknown color: approx Maire. HEX triplet: 38, 2F and 07. RGB value is (56,47,7). Sum of RGB (Red+Green+Blue) = 56+47+7=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F07 is #C7D0F8. Grayscale: #2D2D2D. Windows color (decimal): -13095161 or 470840. OLE color: 470840.

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

Color convert

RGB56477-
CMYK00.160.880.78
HSL48.98º77.78%12.35%-
HSV(B)48.98º87.5%21.96%-
XYZ2.692.890.62-
YUV45.13106.48135.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=50.91%
G=42.73%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5647700.160.880.7848.9877.7812.35
Hex382F7010584E314ec
Octal705770201301166111614
Binary1110001011111110100001011000100111011000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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