Html Css Color HEX #271714 Seal Brown

📋 copy color: '#271714'

red 39 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #271714

Tints of Seal Brown #271714

RGB

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

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

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

R = 47.56%
G = 28.05%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271714 (or 0x271714) is known color: Seal Brown. HEX triplet: 27, 17 and 14. RGB value is (39,23,20). Sum of RGB (Red+Green+Blue) = 39+23+20=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271714 is #D8E8EB. Grayscale: #1B1B1B. Windows color (decimal): -14215404 or 1316647. OLE color: 1316647.

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

Color convert

RGB 39 23 20 -
CMYK 0 0.41 0.49 0.85
HSL 9.47º 0.32% 0.12% -
HSV(B) 9.47º 0.49% 0.15% -
XYZ 1.27 1.09 0.81 -
YUV 27.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 39 23 20 0 0.41 0.49 0.85 9.47 0.32 0.12
Hex 27 17 14 0 29 31 55 9 20 C
Octal 47 27 24 0 51 61 125 11 40 14
Binary 100111 10111 10100 0 101001 110001 1010101 1001 100000 1100

Color Harmonies of #271714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271714

Black with #271714

Text Example


Text Example

White with #271714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271714; }

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

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

background-color css

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

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

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

border-color css

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

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

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