Html Css Color HEX #391512 Seal Brown

📋 copy color: '#391512'

red 57 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #391512

Tints of Seal Brown #391512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.88%

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 59.38%
G = 21.88%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#391512 (or 0x391512) is known color: Seal Brown. HEX triplet: 39, 15 and 12. RGB value is (57,21,18). Sum of RGB (Red+Green+Blue) = 57+21+18=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #391512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391512 is #C6EAED. Grayscale: #1F1F1F. Windows color (decimal): -13036270 or 1185081. OLE color: 1185081.

HSL color Cylindrical-coordinate representation of color #391512: hue angle of 4.62º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391512 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 21 18 -
CMYK 0 0.63 0.68 0.78
HSL 4.62º 0.52% 0.15% -
HSV(B) 4.62º 0.68% 0.22% -
XYZ 2.06 1.45 0.74 -
YUV 31.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 57 21 18 0 0.63 0.68 0.78 4.62 0.52 0.15
Hex 39 15 12 0 3F 44 4E 5 34 F
Octal 71 25 22 0 77 104 116 5 64 17
Binary 111001 10101 10010 0 111111 1000100 1001110 101 110100 1111

Color Harmonies of #391512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391512

Black with #391512

Text Example


Text Example

White with #391512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391512; }

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

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

background-color css

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

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

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

border-color css

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

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

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