Html Css Color HEX #271514 Seal Brown

📋 copy color: '#271514'

red 39 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #271514

Tints of Seal Brown #271514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

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

R = 48.75%
G = 26.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271514 (or 0x271514) is known color: Seal Brown. HEX triplet: 27, 15 and 14. RGB value is (39,21,20). Sum of RGB (Red+Green+Blue) = 39+21+20=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #271514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271514 is #D8EAEB. Grayscale: #1A1A1A. Windows color (decimal): -14215916 or 1316135. OLE color: 1316135.

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

Color convert

RGB 39 21 20 -
CMYK 0 0.46 0.49 0.85
HSL 3.16º 0.32% 0.12% -
HSV(B) 3.16º 0.49% 0.15% -
XYZ 1.23 1.02 0.79 -
YUV 26.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 39 21 20 0 0.46 0.49 0.85 3.16 0.32 0.12
Hex 27 15 14 0 2E 31 55 3 20 C
Octal 47 25 24 0 56 61 125 3 40 14
Binary 100111 10101 10100 0 101110 110001 1010101 11 100000 1100

Color Harmonies of #271514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271514

Black with #271514

Text Example


Text Example

White with #271514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271514; }

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

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

background-color css

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

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

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

border-color css

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

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

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