#383202

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

Shades of Maire #383202

Tints of Maire #383202

Color information

#383202 (or 0x383202) is unknown color: approx Maire. HEX triplet: 38, 32 and 02. RGB value is (56,50,2). Sum of RGB (Red+Green+Blue) = 56+50+2=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #383202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383202 is #C7CDFD. Grayscale: #2E2E2E. Windows color (decimal): -13094398 or 143928. OLE color: 143928.

HSL color Cylindrical-coordinate representation of color #383202: hue angle of 53.33º 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 #383202 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB56502-
CMYK00.110.960.78
HSL53.33º93.1%11.37%-
HSV(B)53.33º96.43%21.96%-
XYZ2.783.130.51-
YUV46.32102.99134.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=51.85%
G=46.30%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5650200.110.960.7853.3393.111.37
Hex383220B604E355db
Octal706220131401166513513
Binary11100011001010010111100000100111011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383202; }

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

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

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

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

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

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

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

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