Html Css Color HEX #271513 Seal Brown

📋 copy color: '#271513'

red 39 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #271513

Tints of Seal Brown #271513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 49.37%
G = 26.58%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#271513 (or 0x271513) is known color: Seal Brown. HEX triplet: 27, 15 and 13. RGB value is (39,21,19). Sum of RGB (Red+Green+Blue) = 39+21+19=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271513 is #D8EAEC. Grayscale: #1A1A1A. Windows color (decimal): -14215917 or 1250599. OLE color: 1250599.

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

Color convert

RGB 39 21 19 -
CMYK 0 0.46 0.51 0.85
HSL 0.34% 0.11% -
HSV(B) 0.51% 0.15% -
XYZ 1.22 1.01 0.75 -
YUV 26.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 39 21 19 0 0.46 0.51 0.85 6 0.34 0.11
Hex 27 15 13 0 2E 33 55 6 22 B
Octal 47 25 23 0 56 63 125 6 42 13
Binary 100111 10101 10011 0 101110 110011 1010101 110 100010 1011

Color Harmonies of #271513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271513

Black with #271513

Text Example


Text Example

White with #271513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271513; }

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

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

background-color css

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

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

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

border-color css

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

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

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