Html Css Color HEX #27110C Seal Brown

📋 copy color: '#27110C'

red 39 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #27110C

Tints of Seal Brown #27110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 57.35%
G = 25%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#27110C (or 0x27110C) is known color: Seal Brown. HEX triplet: 27, 11 and 0C. RGB value is (39,17,12). Sum of RGB (Red+Green+Blue) = 39+17+12=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #27110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110C is #D8EEF3. Grayscale: #171717. Windows color (decimal): -14216948 or 790823. OLE color: 790823.

HSL color Cylindrical-coordinate representation of color #27110C: hue angle of 11.11º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27110C is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 17 12 -
CMYK 0 0.56 0.69 0.85
HSL 11.11º 0.53% 0.1% -
HSV(B) 11.11º 0.69% 0.15% -
XYZ 1.1 0.86 0.46 -
YUV 23.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 39 17 12 0 0.56 0.69 0.85 11.11 0.53 0.1
Hex 27 11 C 0 38 45 55 B 35 A
Octal 47 21 14 0 70 105 125 13 65 12
Binary 100111 10001 1100 0 111000 1000101 1010101 1011 110101 1010

Color Harmonies of #27110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27110C

Black with #27110C

Text Example


Text Example

White with #27110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27110C; }

 p { color: rgb(39,17,12); }

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

background-color css

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

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

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

border-color css

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

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

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