#380706

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

Shades of Seal Brown #380706

Tints of Seal Brown #380706

Color information

#380706 (or 0x380706) is unknown color: approx Seal Brown. HEX triplet: 38, 07 and 06. RGB value is (56,7,6). Sum of RGB (Red+Green+Blue) = 56+7+6=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380706 is #C7F8F9. Grayscale: #151515. Windows color (decimal): -13105402 or 395064. OLE color: 395064.

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

Color convert

RGB5676-
CMYK00.880.890.78
HSL1.2º80.65%12.16%-
HSV(B)1.2º89.29%21.96%-
XYZ1.741.010.27-
YUV21.54119.23152.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 81.16%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=81.16%
G=10.14%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal567600.880.890.781.280.6512.16
Hex3876058594E151c
Octal70760130131116112114
Binary1110001111100101100010110011001110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380706; }

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

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

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

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

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

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

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

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