#380904

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

Shades of Seal Brown #380904

Tints of Seal Brown #380904

Color information

#380904 (or 0x380904) is unknown color: approx Seal Brown. HEX triplet: 38, 09 and 04. RGB value is (56,9,4). Sum of RGB (Red+Green+Blue) = 56+9+4=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380904 is #C7F6FB. Grayscale: #161616. Windows color (decimal): -13104892 or 264504. OLE color: 264504.

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

Color convert

RGB5694-
CMYK00.840.930.78
HSL5.77º86.67%11.76%-
HSV(B)5.77º92.86%21.96%-
XYZ1.751.040.22-
YUV22.48117.57151.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 81.16%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=81.16%
G=13.04%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal569400.840.930.785.7786.6711.76
Hex38940545D4E657c
Octal701140124135116612714
Binary1110001001100010101001011101100111011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380904; }

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

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

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

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

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

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

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

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