#381817

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

Shades of Seal Brown #381817

Tints of Seal Brown #381817

Color information

#381817 (or 0x381817) is unknown color: approx Seal Brown. HEX triplet: 38, 18 and 17. RGB value is (56,24,23). Sum of RGB (Red+Green+Blue) = 56+24+23=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381817 is #C7E7E8. Grayscale: #212121. Windows color (decimal): -13101033 or 1513528. OLE color: 1513528.

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

Color convert

RGB562423-
CMYK00.570.590.78
HSL1.82º41.77%15.49%-
HSV(B)1.82º58.93%21.96%-
XYZ2.111.561-
YUV33.45122.1144.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=54.37%
G=23.30%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56242300.570.590.781.8241.7715.49
Hex3818170393B4E22af
Octal7030270717311625217
Binary111000110001011101110011110111001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381817; }

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

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

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

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

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

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

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

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