#381204

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

Shades of Seal Brown #381204

Tints of Seal Brown #381204

Color information

#381204 (or 0x381204) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 04. RGB value is (56,18,4). Sum of RGB (Red+Green+Blue) = 56+18+4=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381204 is #C7EDFB. Grayscale: #1B1B1B. Windows color (decimal): -13102588 or 266808. OLE color: 266808.

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

Color convert

RGB56184-
CMYK00.680.930.78
HSL16.15º86.67%11.76%-
HSV(B)16.15º92.86%21.96%-
XYZ1.871.280.26-
YUV27.77114.59148.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=71.79%
G=23.08%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5618400.680.930.7816.1586.6711.76
Hex381240445D4E1057c
Octal7022401041351162012714
Binary1110001001010001000100101110110011101000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381204; }

 p { color: rgb(56,18,4); }

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

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

 a { background-color: rgb(56,18,4); }

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

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

 span { border-color: rgb(56,18,4); }

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