#39140A

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

Shades of Seal Brown #39140A

Tints of Seal Brown #39140A

Color information

#39140A (or 0x39140A) is unknown color: approx Seal Brown. HEX triplet: 39, 14 and 0A. RGB value is (57,20,10). Sum of RGB (Red+Green+Blue) = 57+20+10=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39140A is #C6EBF5. Grayscale: #1E1E1E. Windows color (decimal): -13036534 or 660537. OLE color: 660537.

HSL color Cylindrical-coordinate representation of color #39140A: hue angle of 12.77º 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 #39140A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB572010-
CMYK00.650.820.78
HSL12.77º70.15%13.14%-
HSV(B)12.77º82.46%22.35%-
XYZ1.991.390.45-
YUV29.92116.76147.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=65.52%
G=22.99%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57201000.650.820.7812.7770.1513.14
Hex3914A041524Ed46d
Octal71241201011221161510615
Binary1110011010010100100000110100101001110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,20,10); }

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

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

 a { background-color: rgb(57,20,10); }

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

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

 span { border-color: rgb(57,20,10); }

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