#380A07

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

Shades of Seal Brown #380A07

Tints of Seal Brown #380A07

Color information

#380A07 (or 0x380A07) is unknown color: approx Seal Brown. HEX triplet: 38, 0A and 07. RGB value is (56,10,7). Sum of RGB (Red+Green+Blue) = 56+10+7=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #380A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A07 is #C7F5F8. Grayscale: #171717. Windows color (decimal): -13104633 or 461368. OLE color: 461368.

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

Color convert

RGB56107-
CMYK00.820.880.78
HSL3.67º77.78%12.35%-
HSV(B)3.67º87.5%21.96%-
XYZ1.781.070.31-
YUV23.41118.74151.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=76.71%
G=13.70%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5610700.820.880.783.6777.7812.35
Hex38A7052584E44ec
Octal701270122130116411614
Binary1110001010111010100101011000100111010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,10,7); }

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

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

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

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

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

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

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