#380B09

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

Shades of Seal Brown #380B09

Tints of Seal Brown #380B09

Color information

#380B09 (or 0x380B09) is unknown color: approx Seal Brown. HEX triplet: 38, 0B and 09. RGB value is (56,11,9). Sum of RGB (Red+Green+Blue) = 56+11+9=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B09 is #C7F4F6. Grayscale: #181818. Windows color (decimal): -13104375 or 592696. OLE color: 592696.

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

Color convert

RGB56119-
CMYK00.800.840.78
HSL2.55º72.31%12.75%-
HSV(B)2.55º83.93%21.96%-
XYZ1.81.10.38-
YUV24.23119.41150.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=73.68%
G=14.47%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611900.800.840.782.5572.3112.75
Hex38B9050544E348d
Octal7013110120124116311015
Binary1110001011100101010000101010010011101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380B09; }

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

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

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

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

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

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

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

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