#381004

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

Shades of Seal Brown #381004

Tints of Seal Brown #381004

Color information

#381004 (or 0x381004) is unknown color: approx Seal Brown. HEX triplet: 38, 10 and 04. RGB value is (56,16,4). Sum of RGB (Red+Green+Blue) = 56+16+4=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #381004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381004 is #C7EFFB. Grayscale: #1A1A1A. Windows color (decimal): -13103100 or 266296. OLE color: 266296.

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

Color convert

RGB56164-
CMYK00.710.930.78
HSL13.85º86.67%11.76%-
HSV(B)13.85º92.86%21.96%-
XYZ1.841.220.25-
YUV26.59115.25148.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=73.68%
G=21.05%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5616400.710.930.7813.8586.6711.76
Hex381040475D4Ee57c
Octal7020401071351161612714
Binary111000100001000100011110111011001110111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381004; }

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

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

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

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

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

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

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

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