Html Css Color HEX #271614 Seal Brown

📋 copy color: '#271614'

red 39 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #271614

Tints of Seal Brown #271614

RGB

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

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

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

R = 48.15%
G = 27.16%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271614 (or 0x271614) is known color: Seal Brown. HEX triplet: 27, 16 and 14. RGB value is (39,22,20). Sum of RGB (Red+Green+Blue) = 39+22+20=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271614 is #D8E9EB. Grayscale: #1A1A1A. Windows color (decimal): -14215660 or 1316391. OLE color: 1316391.

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

Color convert

RGB 39 22 20 -
CMYK 0 0.44 0.49 0.85
HSL 6.32º 0.32% 0.12% -
HSV(B) 6.32º 0.49% 0.15% -
XYZ 1.25 1.06 0.8 -
YUV 26.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 39 22 20 0 0.44 0.49 0.85 6.32 0.32 0.12
Hex 27 16 14 0 2C 31 55 6 20 C
Octal 47 26 24 0 54 61 125 6 40 14
Binary 100111 10110 10100 0 101100 110001 1010101 110 100000 1100

Color Harmonies of #271614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271614

Black with #271614

Text Example


Text Example

White with #271614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271614; }

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

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

background-color css

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

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

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

border-color css

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

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

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