Html Css Color HEX #271312 Seal Brown

📋 copy color: '#271312'

red 39 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #271312

Tints of Seal Brown #271312

RGB

 RED value IS 39 (15.63% from 255) = 51.32%

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

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

R = 51.32%
G = 25%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#271312 (or 0x271312) is known color: Seal Brown. HEX triplet: 27, 13 and 12. RGB value is (39,19,18). Sum of RGB (Red+Green+Blue) = 39+19+18=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271312 is #D8ECED. Grayscale: #181818. Windows color (decimal): -14216430 or 1184551. OLE color: 1184551.

HSL color Cylindrical-coordinate representation of color #271312: hue angle of 2.86º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #271312 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 19 18 -
CMYK 0 0.51 0.54 0.85
HSL 2.86º 0.37% 0.11% -
HSV(B) 2.86º 0.54% 0.15% -
XYZ 1.18 0.94 0.69 -
YUV 24.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 39 19 18 0 0.51 0.54 0.85 2.86 0.37 0.11
Hex 27 13 12 0 33 36 55 3 25 B
Octal 47 23 22 0 63 66 125 3 45 13
Binary 100111 10011 10010 0 110011 110110 1010101 11 100101 1011

Color Harmonies of #271312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271312

Black with #271312

Text Example


Text Example

White with #271312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271312; }

 p { color: rgb(39,19,18); }

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

background-color css

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

 a { background-color: rgb(39,19,18); }

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

border-color css

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

 span { border-color: rgb(39,19,18); }

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