#38130F

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

Shades of Seal Brown #38130F

Tints of Seal Brown #38130F

Color information

#38130F (or 0x38130F) is unknown color: approx Seal Brown. HEX triplet: 38, 13 and 0F. RGB value is (56,19,15). Sum of RGB (Red+Green+Blue) = 56+19+15=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38130F is #C7ECF0. Grayscale: #1D1D1D. Windows color (decimal): -13102321 or 987960. OLE color: 987960.

HSL color Cylindrical-coordinate representation of color #38130F: hue angle of 5.85º 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 #38130F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB561915-
CMYK00.660.730.78
HSL5.85º57.75%13.92%-
HSV(B)5.85º73.21%21.96%-
XYZ1.951.340.61-
YUV29.61119.76146.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=62.22%
G=21.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56191500.660.730.785.8557.7513.92
Hex3813F042494E63ae
Octal702317010211111667216
Binary11100010011111101000010100100110011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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