Html Css Color HEX #27120C Seal Brown

📋 copy color: '#27120C'

red 39 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #27120C

Tints of Seal Brown #27120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.09%

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

R = 56.52%
G = 26.09%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#27120C (or 0x27120C) is known color: Seal Brown. HEX triplet: 27, 12 and 0C. RGB value is (39,18,12). Sum of RGB (Red+Green+Blue) = 39+18+12=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #27120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27120C is #D8EDF3. Grayscale: #171717. Windows color (decimal): -14216692 or 791079. OLE color: 791079.

HSL color Cylindrical-coordinate representation of color #27120C: hue angle of 13.33º 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 #27120C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 18 12 -
CMYK 0 0.54 0.69 0.85
HSL 13.33º 0.53% 0.1% -
HSV(B) 13.33º 0.69% 0.15% -
XYZ 1.12 0.89 0.46 -
YUV 23.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 39 18 12 0 0.54 0.69 0.85 13.33 0.53 0.1
Hex 27 12 C 0 36 45 55 D 35 A
Octal 47 22 14 0 66 105 125 15 65 12
Binary 100111 10010 1100 0 110110 1000101 1010101 1101 110101 1010

Color Harmonies of #27120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27120C

Black with #27120C

Text Example


Text Example

White with #27120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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