#381108

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

Shades of Seal Brown #381108

Tints of Seal Brown #381108

Color information

#381108 (or 0x381108) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 08. RGB value is (56,17,8). Sum of RGB (Red+Green+Blue) = 56+17+8=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381108 is #C7EEF7. Grayscale: #1B1B1B. Windows color (decimal): -13102840 or 528696. OLE color: 528696.

HSL color Cylindrical-coordinate representation of color #381108: hue angle of 11.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381108 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56178-
CMYK00.700.860.78
HSL11.25º75%12.55%-
HSV(B)11.25º85.71%21.96%-
XYZ1.881.260.37-
YUV27.64116.92148.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=69.14%
G=20.99%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617800.700.860.7811.257512.55
Hex38118046564Eb4bd
Octal70211001061261161311315
Binary1110001000110000100011010101101001110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381108; }

 p { color: rgb(56,17,8); }

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

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

 a { background-color: rgb(56,17,8); }

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

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

 span { border-color: rgb(56,17,8); }

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