Html Css Color HEX #271212 Seal Brown

📋 copy color: '#271212'

red 39 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #271212

Tints of Seal Brown #271212

RGB

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

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

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

R = 52%
G = 24%
B = 24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#271212 (or 0x271212) is known color: Seal Brown. HEX triplet: 27, 12 and 12. RGB value is (39,18,18). Sum of RGB (Red+Green+Blue) = 39+18+18=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271212 is #D8EDED. Grayscale: #181818. Windows color (decimal): -14216686 or 1184295. OLE color: 1184295.

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

Color convert

RGB 39 18 18 -
CMYK 0 0.54 0.54 0.85
HSL 0.37% 0.11% -
HSV(B) 0.54% 0.15% -
XYZ 1.16 0.91 0.69 -
YUV 24.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 39 18 18 0 0.54 0.54 0.85 0 0.37 0.11
Hex 27 12 12 0 36 36 55 0 25 B
Octal 47 22 22 0 66 66 125 0 45 13
Binary 100111 10010 10010 0 110110 110110 1010101 0 100101 1011

Color Harmonies of #271212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271212

Black with #271212

Text Example


Text Example

White with #271212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271212; }

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

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

background-color css

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

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

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

border-color css

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

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

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