#381210

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

Shades of Seal Brown #381210

Tints of Seal Brown #381210

Color information

#381210 (or 0x381210) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 10. RGB value is (56,18,16). Sum of RGB (Red+Green+Blue) = 56+18+16=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381210 is #C7EDEF. Grayscale: #1D1D1D. Windows color (decimal): -13102576 or 1053240. OLE color: 1053240.

HSL color Cylindrical-coordinate representation of color #381210: hue angle of 3º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381210 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB561816-
CMYK00.680.710.78
HSL55.56%14.12%-
HSV(B)71.43%21.96%-
XYZ1.941.310.64-
YUV29.13120.59147.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=62.22%
G=20%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56181600.680.710.78355.5614.12
Hex381210044474E338e
Octal702220010410711637016
Binary11100010010100000100010010001111001110111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381210; }

 p { color: rgb(56,18,16); }

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

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

 a { background-color: rgb(56,18,16); }

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

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

 span { border-color: rgb(56,18,16); }

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