#38100F

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

Shades of Seal Brown #38100F

Tints of Seal Brown #38100F

Color information

#38100F (or 0x38100F) is unknown color: approx Seal Brown. HEX triplet: 38, 10 and 0F. RGB value is (56,16,15). Sum of RGB (Red+Green+Blue) = 56+16+15=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38100F is #C7EFF0. Grayscale: #1B1B1B. Windows color (decimal): -13103089 or 987192. OLE color: 987192.

HSL color Cylindrical-coordinate representation of color #38100F: hue angle of 1.46º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38100F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB561615-
CMYK00.710.730.78
HSL1.46º57.75%13.92%-
HSV(B)1.46º73.21%21.96%-
XYZ1.91.250.59-
YUV27.85120.75148.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=64.37%
G=18.39%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56161500.710.730.781.4657.7513.92
Hex3810F047494E13ae
Octal702017010711111617216
Binary111000100001111010001111001001100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38100F; }

 p { color: rgb(56,16,15); }

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

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

 a { background-color: rgb(56,16,15); }

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

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

 span { border-color: rgb(56,16,15); }

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