Html Css Color HEX #271311 Seal Brown

📋 copy color: '#271311'

red 39 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #271311

Tints of Seal Brown #271311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 22.67%

R = 52%
G = 25.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#271311 (or 0x271311) is known color: Seal Brown. HEX triplet: 27, 13 and 11. RGB value is (39,19,17). Sum of RGB (Red+Green+Blue) = 39+19+17=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271311 is #D8ECEE. Grayscale: #181818. Windows color (decimal): -14216431 or 1119015. OLE color: 1119015.

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

Color convert

RGB 39 19 17 -
CMYK 0 0.51 0.56 0.85
HSL 5.45º 0.39% 0.11% -
HSV(B) 5.45º 0.56% 0.15% -
XYZ 1.17 0.94 0.65 -
YUV 24.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 39 19 17 0 0.51 0.56 0.85 5.45 0.39 0.11
Hex 27 13 11 0 33 38 55 5 27 B
Octal 47 23 21 0 63 70 125 5 47 13
Binary 100111 10011 10001 0 110011 111000 1010101 101 100111 1011

Color Harmonies of #271311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271311

Black with #271311

Text Example


Text Example

White with #271311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271311; }

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

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

background-color css

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

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

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

border-color css

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

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

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