Html Css Color HEX #271818 Seal Brown

📋 copy color: '#271818'

red 39 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #271818

Tints of Seal Brown #271818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 44.83%
G = 27.59%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#271818 (or 0x271818) is known color: Seal Brown. HEX triplet: 27, 18 and 18. RGB value is (39,24,24). Sum of RGB (Red+Green+Blue) = 39+24+24=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271818 is #D8E7E7. Grayscale: #1C1C1C. Windows color (decimal): -14215144 or 1579047. OLE color: 1579047.

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

Color convert

RGB 39 24 24 -
CMYK 0 0.38 0.38 0.85
HSL 0.24% 0.12% -
HSV(B) 0.38% 0.15% -
XYZ 1.33 1.15 1.02 -
YUV 28.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 39 24 24 0 0.38 0.38 0.85 0 0.24 0.12
Hex 27 18 18 0 26 26 55 0 18 C
Octal 47 30 30 0 46 46 125 0 30 14
Binary 100111 11000 11000 0 100110 100110 1010101 0 11000 1100

Color Harmonies of #271818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271818

Black with #271818

Text Example


Text Example

White with #271818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271818; }

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

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

background-color css

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

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

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

border-color css

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

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

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