#381812

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

Shades of Seal Brown #381812

Tints of Seal Brown #381812

Color information

#381812 (or 0x381812) is unknown color: approx Seal Brown. HEX triplet: 38, 18 and 12. RGB value is (56,24,18). Sum of RGB (Red+Green+Blue) = 56+24+18=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381812 is #C7E7ED. Grayscale: #202020. Windows color (decimal): -13101038 or 1185848. OLE color: 1185848.

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

Color convert

RGB562418-
CMYK00.570.680.78
HSL9.47º51.35%14.51%-
HSV(B)9.47º67.86%21.96%-
XYZ2.071.540.76-
YUV32.88119.6144.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=57.14%
G=24.49%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56241800.570.680.789.4751.3514.51
Hex381812039444E933f
Octal703022071104116116317
Binary111000110001001001110011000100100111010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381812; }

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

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

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

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

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

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

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

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