#382C02

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

Shades of Maire #382C02

Tints of Maire #382C02

Color information

#382C02 (or 0x382C02) is unknown color: approx Maire. HEX triplet: 38, 2C and 02. RGB value is (56,44,2). Sum of RGB (Red+Green+Blue) = 56+44+2=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C02 is #C7D3FD. Grayscale: #2A2A2A. Windows color (decimal): -13095934 or 142392. OLE color: 142392.

HSL color Cylindrical-coordinate representation of color #382C02: hue angle of 46.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #382C02 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB56442-
CMYK00.210.960.78
HSL46.67º93.1%11.37%-
HSV(B)46.67º96.43%21.96%-
XYZ2.542.650.43-
YUV42.8104.98137.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=54.90%
G=43.14%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644200.210.960.7846.6793.111.37
Hex382C2015604E2f5db
Octal705420251401165713513
Binary111000101100100101011100000100111010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,44,2); }

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

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

 a { background-color: rgb(56,44,2); }

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

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

 span { border-color: rgb(56,44,2); }

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