#38120D

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

Shades of Seal Brown #38120D

Tints of Seal Brown #38120D

Color information

#38120D (or 0x38120D) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 0D. RGB value is (56,18,13). Sum of RGB (Red+Green+Blue) = 56+18+13=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120D is #C7EDF2. Grayscale: #1C1C1C. Windows color (decimal): -13102579 or 856632. OLE color: 856632.

HSL color Cylindrical-coordinate representation of color #38120D: hue angle of 6.98º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38120D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB561813-
CMYK00.680.770.78
HSL6.98º62.32%13.53%-
HSV(B)6.98º76.79%21.96%-
XYZ1.921.30.53-
YUV28.79119.09147.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=64.37%
G=20.69%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56181300.680.770.786.9862.3213.53
Hex3812D0444D4E73ee
Octal702215010411511677616
Binary11100010010110101000100100110110011101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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