#380402

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

Shades of Seal Brown #380402

Tints of Seal Brown #380402

Color information

#380402 (or 0x380402) is unknown color: approx Seal Brown. HEX triplet: 38, 04 and 02. RGB value is (56,4,2). Sum of RGB (Red+Green+Blue) = 56+4+2=62 (8% of max value = 765). Red value is 56 (22.27% from 255 or 90.32% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 56 - color contains mainly: red. Hex color #380402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380402 is #C7FBFD. Grayscale: #131313. Windows color (decimal): -13106174 or 132152. OLE color: 132152.

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

Color convert

RGB5642-
CMYK00.930.960.78
HSL2.22º93.1%11.37%-
HSV(B)2.22º96.43%21.96%-
XYZ1.690.930.15-
YUV19.32118.23154.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 90.32%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=90.32%
G=6.45%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal564200.930.960.782.2293.111.37
Hex384205D604E25db
Octal70420135140116213513
Binary1110001001001011101110000010011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380402; }

 p { color: rgb(56,4,2); }

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

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

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

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

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

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

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