#380909

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

Shades of Seal Brown #380909

Tints of Seal Brown #380909

Color information

#380909 (or 0x380909) is unknown color: approx Seal Brown. HEX triplet: 38, 09 and 09. RGB value is (56,9,9). Sum of RGB (Red+Green+Blue) = 56+9+9=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380909 is #C7F6F6. Grayscale: #171717. Windows color (decimal): -13104887 or 592184. OLE color: 592184.

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

Color convert

RGB5699-
CMYK00.840.840.78
HSL72.31%12.75%-
HSV(B)83.93%21.96%-
XYZ1.781.060.37-
YUV23.05120.07151.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=75.68%
G=12.16%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal569900.840.840.78072.3112.75
Hex3899054544E048d
Octal7011110124124116011015
Binary111000100110010101010010101001001110010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380909; }

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

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

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

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

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

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

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

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