Html Css Color HEX #39130E Seal Brown

📋 copy color: '#39130E'

red 57 ◦ green 19 ◦ blue 14

#39130E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #39130E

Tints of Seal Brown #39130E

RGB

 RED value IS 57 (22.66% from 255) = 63.33%

 GREEN value IS 19 (7.81% from 255) = 21.11%

 BLUE value IS 14 (5.86% from 255) = 15.56%

R = 63.33%
G = 21.11%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#39130E (or 0x39130E) is known color: Seal Brown. HEX triplet: 39, 13 and 0E. RGB value is (57,19,14). Sum of RGB (Red+Green+Blue) = 57+19+14=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #39130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39130E is #C6ECF1. Grayscale: #1D1D1D. Windows color (decimal): -13036786 or 922425. OLE color: 922425.

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

Color convert

RGB 57 19 14 -
CMYK 0 0.67 0.75 0.78
HSL 6.98º 0.61% 0.14% -
HSV(B) 6.98º 0.75% 0.22% -
XYZ 2 1.37 0.57 -
YUV 29.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 57 19 14 0 0.67 0.75 0.78 6.98 0.61 0.14
Hex 39 13 E 0 43 4B 4E 7 3D E
Octal 71 23 16 0 103 113 116 7 75 16
Binary 111001 10011 1110 0 1000011 1001011 1001110 111 111101 1110

Color Harmonies of #39130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39130E

Black with #39130E

Text Example


Text Example

White with #39130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39130E; }

 p { color: rgb(57,19,14); }

 H1.HeaderClassName
 {
   color: #39130E;
 }
 .AnyTagClassName
 {
   color: #39130E;
 }
</style>

background-color css

<style>
 a { background-color: #39130E; }

 a { background-color: rgb(57,19,14); }

 div.DivClassName
 {
   background-color: #39130E;
 }
 .BgClassName
 {
   background-color: #39130E;
 }
</style>

border-color css

<style>
 span { border-color: #39130E; }

 span { border-color: rgb(57,19,14); }

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