Html Css Color HEX #271414 Seal Brown

📋 copy color: '#271414'

red 39 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #271414

Tints of Seal Brown #271414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25.32%

R = 49.37%
G = 25.32%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271414 (or 0x271414) is known color: Seal Brown. HEX triplet: 27, 14 and 14. RGB value is (39,20,20). Sum of RGB (Red+Green+Blue) = 39+20+20=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271414 is #D8EBEB. Grayscale: #191919. Windows color (decimal): -14216172 or 1315879. OLE color: 1315879.

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

Color convert

RGB 39 20 20 -
CMYK 0 0.49 0.49 0.85
HSL 0.32% 0.12% -
HSV(B) 0.49% 0.15% -
XYZ 1.21 0.98 0.79 -
YUV 25.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 39 20 20 0 0.49 0.49 0.85 0 0.32 0.12
Hex 27 14 14 0 31 31 55 0 20 C
Octal 47 24 24 0 61 61 125 0 40 14
Binary 100111 10100 10100 0 110001 110001 1010101 0 100000 1100

Color Harmonies of #271414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271414

Black with #271414

Text Example


Text Example

White with #271414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271414; }

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

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

background-color css

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

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

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

border-color css

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

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

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