#381813

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

Shades of Seal Brown #381813

Tints of Seal Brown #381813

Color information

#381813 (or 0x381813) is unknown color: approx Seal Brown. HEX triplet: 38, 18 and 13. RGB value is (56,24,19). Sum of RGB (Red+Green+Blue) = 56+24+19=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381813 is #C7E7EC. Grayscale: #212121. Windows color (decimal): -13101037 or 1251384. OLE color: 1251384.

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

Color convert

RGB562419-
CMYK00.570.660.78
HSL8.11º49.33%14.71%-
HSV(B)8.11º66.07%21.96%-
XYZ2.081.540.8-
YUV33120.1144.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=56.57%
G=24.24%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56241900.570.660.788.1149.3314.71
Hex381813039424E831f
Octal703023071102116106117
Binary111000110001001101110011000010100111010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381813; }

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

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

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

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

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

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

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

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