#381610

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

Shades of Seal Brown #381610

Tints of Seal Brown #381610

Color information

#381610 (or 0x381610) is unknown color: approx Seal Brown. HEX triplet: 38, 16 and 10. RGB value is (56,22,16). Sum of RGB (Red+Green+Blue) = 56+22+16=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381610 is #C7E9EF. Grayscale: #1F1F1F. Windows color (decimal): -13101552 or 1054264. OLE color: 1054264.

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

Color convert

RGB562216-
CMYK00.610.710.78
HSL55.56%14.12%-
HSV(B)71.43%21.96%-
XYZ2.011.450.66-
YUV31.48119.26145.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=59.57%
G=23.40%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56221600.610.710.78955.5614.12
Hex38161003D474E938e
Octal702620075107116117016
Binary111000101101000001111011000111100111010011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381610; }

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

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

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

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

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

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

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

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