#380808

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

Shades of Seal Brown #380808

Tints of Seal Brown #380808

Color information

#380808 (or 0x380808) is unknown color: approx Seal Brown. HEX triplet: 38, 08 and 08. RGB value is (56,8,8). Sum of RGB (Red+Green+Blue) = 56+8+8=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380808 is #C7F7F7. Grayscale: #161616. Windows color (decimal): -13105144 or 526392. OLE color: 526392.

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

Color convert

RGB5688-
CMYK00.860.860.78
HSL75%12.55%-
HSV(B)85.71%21.96%-
XYZ1.761.030.34-
YUV22.35119.9152-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 8 (3.52% from 255) = 11.11%
R=77.78%
G=11.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal568800.860.860.7807512.55
Hex3888056564E04bd
Octal7010100126126116011315
Binary111000100010000101011010101101001110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380808; }

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

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

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

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

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

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

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

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