Html Css Color HEX #271411 Seal Brown

📋 copy color: '#271411'

red 39 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #271411

Tints of Seal Brown #271411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

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

R = 51.32%
G = 26.32%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#271411 (or 0x271411) is known color: Seal Brown. HEX triplet: 27, 14 and 11. RGB value is (39,20,17). Sum of RGB (Red+Green+Blue) = 39+20+17=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271411 is #D8EBEE. Grayscale: #191919. Windows color (decimal): -14216175 or 1119271. OLE color: 1119271.

HSL color Cylindrical-coordinate representation of color #271411: hue angle of 8.18º 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 #271411 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 20 17 -
CMYK 0 0.49 0.56 0.85
HSL 8.18º 0.39% 0.11% -
HSV(B) 8.18º 0.56% 0.15% -
XYZ 1.19 0.97 0.66 -
YUV 25.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 39 20 17 0 0.49 0.56 0.85 8.18 0.39 0.11
Hex 27 14 11 0 31 38 55 8 27 B
Octal 47 24 21 0 61 70 125 10 47 13
Binary 100111 10100 10001 0 110001 111000 1010101 1000 100111 1011

Color Harmonies of #271411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271411

Black with #271411

Text Example


Text Example

White with #271411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271411; }

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

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

background-color css

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

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

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

border-color css

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

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

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