Html Css Color HEX #271814 Seal Brown

📋 copy color: '#271814'

red 39 ◦ green 24 ◦ blue 20

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

Shades of Seal Brown #271814

Tints of Seal Brown #271814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

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

R = 46.99%
G = 28.92%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271814 (or 0x271814) is known color: Seal Brown. HEX triplet: 27, 18 and 14. RGB value is (39,24,20). Sum of RGB (Red+Green+Blue) = 39+24+20=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271814 is #D8E7EB. Grayscale: #1C1C1C. Windows color (decimal): -14215148 or 1316903. OLE color: 1316903.

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

Color convert

RGB 39 24 20 -
CMYK 0 0.38 0.49 0.85
HSL 12.63º 0.32% 0.12% -
HSV(B) 12.63º 0.49% 0.15% -
XYZ 1.29 1.14 0.81 -
YUV 28.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 39 24 20 0 0.38 0.49 0.85 12.63 0.32 0.12
Hex 27 18 14 0 26 31 55 D 20 C
Octal 47 30 24 0 46 61 125 15 40 14
Binary 100111 11000 10100 0 100110 110001 1010101 1101 100000 1100

Color Harmonies of #271814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271814

Black with #271814

Text Example


Text Example

White with #271814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271814; }

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

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

background-color css

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

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

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

border-color css

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

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

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