#38130E

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

Shades of Seal Brown #38130E

Tints of Seal Brown #38130E

Color information

#38130E (or 0x38130E) is unknown color: approx Seal Brown. HEX triplet: 38, 13 and 0E. RGB value is (56,19,14). Sum of RGB (Red+Green+Blue) = 56+19+14=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38130E is #C7ECF1. Grayscale: #1D1D1D. Windows color (decimal): -13102322 or 922424. OLE color: 922424.

HSL color Cylindrical-coordinate representation of color #38130E: hue angle of 7.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38130E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB561914-
CMYK00.660.750.78
HSL7.14º60%13.73%-
HSV(B)7.14º75%21.96%-
XYZ1.941.340.57-
YUV29.49119.26146.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=62.92%
G=21.35%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56191400.660.750.787.146013.73
Hex3813E0424B4E73ce
Octal702316010211311677416
Binary11100010011111001000010100101110011101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38130E; }

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

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

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

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

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

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

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

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