#380805

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

Shades of Seal Brown #380805

Tints of Seal Brown #380805

Color information

#380805 (or 0x380805) is unknown color: approx Seal Brown. HEX triplet: 38, 08 and 05. RGB value is (56,8,5). Sum of RGB (Red+Green+Blue) = 56+8+5=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380805 is #C7F7FA. Grayscale: #161616. Windows color (decimal): -13105147 or 329784. OLE color: 329784.

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

Color convert

RGB5685-
CMYK00.860.910.78
HSL3.53º83.61%11.96%-
HSV(B)3.53º91.07%21.96%-
XYZ1.751.030.25-
YUV22.01118.4152.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 81.16%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=81.16%
G=11.59%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal568500.860.910.783.5383.6111.96
Hex38850565B4E454c
Octal701050126133116412414
Binary1110001000101010101101011011100111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380805; }

 p { color: rgb(56,8,5); }

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

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

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

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

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

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

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