#381102

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

Shades of Seal Brown #381102

Tints of Seal Brown #381102

Color information

#381102 (or 0x381102) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 02. RGB value is (56,17,2). Sum of RGB (Red+Green+Blue) = 56+17+2=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #381102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381102 is #C7EEFD. Grayscale: #1B1B1B. Windows color (decimal): -13102846 or 135480. OLE color: 135480.

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

Color convert

RGB56172-
CMYK00.700.960.78
HSL16.67º93.1%11.37%-
HSV(B)16.67º96.43%21.96%-
XYZ1.841.250.2-
YUV26.95113.92148.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 74.67%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=74.67%
G=22.67%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617200.700.960.7816.6793.111.37
Hex38112046604E115db
Octal7021201061401162113513
Binary111000100011001000110110000010011101000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381102; }

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

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

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

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

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

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

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

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