#380800

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

Shades of Seal Brown #380800

Tints of Seal Brown #380800

Color information

#380800 (or 0x380800) is unknown color: approx Seal Brown. HEX triplet: 38, 08 and 00. RGB value is (56,8,0). Sum of RGB (Red+Green+Blue) = 56+8+0=64 (8% of max value = 765). Red value is 56 (22.27% from 255 or 87.5% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 56 - color contains mainly: red. Hex color #380800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380800 is #C7F7FF. Grayscale: #151515. Windows color (decimal): -13105152 or 2104. OLE color: 2104.

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

Color convert

RGB5680-
CMYK00.8610.78
HSL8.57º100%10.98%-
HSV(B)8.57º100%21.96%-
XYZ1.721.010.11-
YUV21.44115.9152.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 87.5%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.5%
G=12.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal568000.8610.788.5710010.98
Hex3880056644E964b
Octal7010001261441161114413
Binary111000100000101011011001001001110100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380800; }

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

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

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

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

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

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

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

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