Html Css Color HEX #39120D Seal Brown

📋 copy color: '#39120D'

red 57 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #39120D

Tints of Seal Brown #39120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 64.77%
G = 20.45%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#39120D (or 0x39120D) is known color: Seal Brown. HEX triplet: 39, 12 and 0D. RGB value is (57,18,13). Sum of RGB (Red+Green+Blue) = 57+18+13=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39120D is #C6EDF2. Grayscale: #1D1D1D. Windows color (decimal): -13037043 or 856633. OLE color: 856633.

HSL color Cylindrical-coordinate representation of color #39120D: hue angle of 6.82º degrees, saturation: 0.63, 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 #39120D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 18 13 -
CMYK 0 0.68 0.77 0.78
HSL 6.82º 0.63% 0.14% -
HSV(B) 6.82º 0.77% 0.22% -
XYZ 1.98 1.33 0.53 -
YUV 29.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 57 18 13 0 0.68 0.77 0.78 6.82 0.63 0.14
Hex 39 12 D 0 44 4D 4E 7 3F E
Octal 71 22 15 0 104 115 116 7 77 16
Binary 111001 10010 1101 0 1000100 1001101 1001110 111 111111 1110

Color Harmonies of #39120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39120D

Black with #39120D

Text Example


Text Example

White with #39120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39120D;
 }
 .AnyTagClassName
 {
   color: #39120D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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