Html Css Color HEX #27150E Seal Brown

📋 copy color: '#27150E'

red 39 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #27150E

Tints of Seal Brown #27150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 14 (5.86% from 255) = 18.92%

R = 52.7%
G = 28.38%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#27150E (or 0x27150E) is known color: Seal Brown. HEX triplet: 27, 15 and 0E. RGB value is (39,21,14). Sum of RGB (Red+Green+Blue) = 39+21+14=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #27150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27150E is #D8EAF1. Grayscale: #191919. Windows color (decimal): -14215922 or 922919. OLE color: 922919.

HSL color Cylindrical-coordinate representation of color #27150E: hue angle of 16.8º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27150E is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 21 14 -
CMYK 0 0.46 0.64 0.85
HSL 16.8º 0.47% 0.1% -
HSV(B) 16.8º 0.64% 0.15% -
XYZ 1.18 1 0.55 -
YUV 25.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 39 21 14 0 0.46 0.64 0.85 16.8 0.47 0.1
Hex 27 15 E 0 2E 40 55 11 2F A
Octal 47 25 16 0 56 100 125 21 57 12
Binary 100111 10101 1110 0 101110 1000000 1010101 10001 101111 1010

Color Harmonies of #27150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27150E

Black with #27150E

Text Example


Text Example

White with #27150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27150E; }

 p { color: rgb(39,21,14); }

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

background-color css

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

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

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

border-color css

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

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

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