#38120A

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

Shades of Seal Brown #38120A

Tints of Seal Brown #38120A

Color information

#38120A (or 0x38120A) is unknown color: approx Seal Brown. HEX triplet: 38, 12 and 0A. RGB value is (56,18,10). Sum of RGB (Red+Green+Blue) = 56+18+10=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120A is #C7EDF5. Grayscale: #1C1C1C. Windows color (decimal): -13102582 or 660024. OLE color: 660024.

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

Color convert

RGB561810-
CMYK00.680.820.78
HSL10.43º69.7%12.94%-
HSV(B)10.43º82.14%21.96%-
XYZ1.91.30.44-
YUV28.45117.59147.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=66.67%
G=21.43%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56181000.680.820.7810.4369.712.94
Hex3812A044524Ea46d
Octal70221201041221161210615
Binary1110001001010100100010010100101001110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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