#382F05

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

Shades of Maire #382F05

Tints of Maire #382F05

Color information

#382F05 (or 0x382F05) is unknown color: approx Maire. HEX triplet: 38, 2F and 05. RGB value is (56,47,5). Sum of RGB (Red+Green+Blue) = 56+47+5=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F05 is #C7D0FA. Grayscale: #2D2D2D. Windows color (decimal): -13095163 or 339768. OLE color: 339768.

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

Color convert

RGB56475-
CMYK00.160.910.78
HSL49.41º83.61%11.96%-
HSV(B)49.41º91.07%21.96%-
XYZ2.672.880.56-
YUV44.9105.48135.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 47 (18.75% from 255) = 43.52%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=51.85%
G=43.52%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5647500.160.910.7849.4183.6111.96
Hex382F50105B4E3154c
Octal705750201331166112414
Binary1110001011111010100001011011100111011000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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