Html Css Color HEX #271211 Seal Brown

📋 copy color: '#271211'

red 39 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #271211

Tints of Seal Brown #271211

RGB

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

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

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

R = 52.7%
G = 24.32%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#271211 (or 0x271211) is known color: Seal Brown. HEX triplet: 27, 12 and 11. RGB value is (39,18,17). Sum of RGB (Red+Green+Blue) = 39+18+17=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #271211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271211 is #D8EDEE. Grayscale: #181818. Windows color (decimal): -14216687 or 1118759. OLE color: 1118759.

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

Color convert

RGB 39 18 17 -
CMYK 0 0.54 0.56 0.85
HSL 2.73º 0.39% 0.11% -
HSV(B) 2.73º 0.56% 0.15% -
XYZ 1.15 0.9 0.64 -
YUV 24.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 39 18 17 0 0.54 0.56 0.85 2.73 0.39 0.11
Hex 27 12 11 0 36 38 55 3 27 B
Octal 47 22 21 0 66 70 125 3 47 13
Binary 100111 10010 10001 0 110110 111000 1010101 11 100111 1011

Color Harmonies of #271211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271211

Black with #271211

Text Example


Text Example

White with #271211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271211; }

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

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

background-color css

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

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

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

border-color css

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

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

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