Html Css Color HEX #271713 Seal Brown

📋 copy color: '#271713'

red 39 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #271713

Tints of Seal Brown #271713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.4%

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

R = 48.15%
G = 28.4%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#271713 (or 0x271713) is known color: Seal Brown. HEX triplet: 27, 17 and 13. RGB value is (39,23,19). Sum of RGB (Red+Green+Blue) = 39+23+19=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271713 is #D8E8EC. Grayscale: #1B1B1B. Windows color (decimal): -14215405 or 1251111. OLE color: 1251111.

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

Color convert

RGB 39 23 19 -
CMYK 0 0.41 0.51 0.85
HSL 12º 0.34% 0.11% -
HSV(B) 12º 0.51% 0.15% -
XYZ 1.26 1.09 0.76 -
YUV 27.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 39 23 19 0 0.41 0.51 0.85 12 0.34 0.11
Hex 27 17 13 0 29 33 55 C 22 B
Octal 47 27 23 0 51 63 125 14 42 13
Binary 100111 10111 10011 0 101001 110011 1010101 1100 100010 1011

Color Harmonies of #271713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271713

Black with #271713

Text Example


Text Example

White with #271713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271713; }

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

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

background-color css

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

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

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

border-color css

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

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

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