#380A02

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

Shades of Seal Brown #380A02

Tints of Seal Brown #380A02

Color information

#380A02 (or 0x380A02) is unknown color: approx Seal Brown. HEX triplet: 38, 0A and 02. RGB value is (56,10,2). Sum of RGB (Red+Green+Blue) = 56+10+2=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A02 is #C7F5FD. Grayscale: #161616. Windows color (decimal): -13104638 or 133688. OLE color: 133688.

HSL color Cylindrical-coordinate representation of color #380A02: hue angle of 8.89º 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 #380A02 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB56102-
CMYK00.820.960.78
HSL8.89º93.1%11.37%-
HSV(B)8.89º96.43%21.96%-
XYZ1.751.060.17-
YUV22.84116.24151.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 82.35%
GREEN value IS 10 (4.30% from 255) = 14.71%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=82.35%
G=14.71%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5610200.820.960.788.8993.111.37
Hex38A2052604E95db
Octal7012201221401161113513
Binary1110001010100101001011000001001110100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380A02; }

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

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

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

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

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

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

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

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