#38120F

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

Shades of Seal Brown #38120F

Tints of Seal Brown #38120F

Color information

#38120F (or 0x38120F) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 0F. RGB value is (56,18,15). Sum of RGB (Red+Green+Blue) = 56+18+15=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120F is #C7EDF0. Grayscale: #1D1D1D. Windows color (decimal): -13102577 or 987704. OLE color: 987704.

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

Color convert

RGB561815-
CMYK00.680.730.78
HSL4.39º57.75%13.92%-
HSV(B)4.39º73.21%21.96%-
XYZ1.931.310.6-
YUV29.02120.09147.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=62.92%
G=20.22%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56181500.680.730.784.3957.7513.92
Hex3812F044494E43ae
Octal702217010411111647216
Binary11100010010111101000100100100110011101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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