Html Css Color HEX #271616 Seal Brown

📋 copy color: '#271616'

red 39 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #271616

Tints of Seal Brown #271616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.51%

 BLUE value IS 22 (8.98% from 255) = 26.51%

R = 46.99%
G = 26.51%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#271616 (or 0x271616) is known color: Seal Brown. HEX triplet: 27, 16 and 16. RGB value is (39,22,22). Sum of RGB (Red+Green+Blue) = 39+22+22=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271616 is #D8E9E9. Grayscale: #1B1B1B. Windows color (decimal): -14215658 or 1447463. OLE color: 1447463.

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

Color convert

RGB 39 22 22 -
CMYK 0 0.44 0.44 0.85
HSL 0.28% 0.12% -
HSV(B) 0.44% 0.15% -
XYZ 1.27 1.06 0.9 -
YUV 27.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 39 22 22 0 0.44 0.44 0.85 0 0.28 0.12
Hex 27 16 16 0 2C 2C 55 0 1C C
Octal 47 26 26 0 54 54 125 0 34 14
Binary 100111 10110 10110 0 101100 101100 1010101 0 11100 1100

Color Harmonies of #271616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271616

Black with #271616

Text Example


Text Example

White with #271616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271616; }

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

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

background-color css

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

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

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

border-color css

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

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

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