#380600

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

Shades of Seal Brown #380600

Tints of Seal Brown #380600

Color information

#380600 (or 0x380600) is unknown color: approx Seal Brown. HEX triplet: 38, 06 and 00. RGB value is (56,6,0). Sum of RGB (Red+Green+Blue) = 56+6+0=62 (8% of max value = 765). Red value is 56 (22.27% from 255 or 90.32% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 56 - color contains mainly: red. Hex color #380600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380600 is #C7F9FF. Grayscale: #141414. Windows color (decimal): -13105664 or 1592. OLE color: 1592.

HSL color Cylindrical-coordinate representation of color #380600: hue angle of 6.43º 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 #380600 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB5660-
CMYK00.8910.78
HSL6.43º100%10.98%-
HSV(B)6.43º100%21.96%-
XYZ1.70.970.1-
YUV20.27116.56153.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 90.32%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.32%
G=9.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal566000.8910.786.4310010.98
Hex3860059644E664b
Octal70600131144116614413
Binary1110001100010110011100100100111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380600; }

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

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

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

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

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

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

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

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