Html Css Color HEX #27130A Seal Brown

📋 copy color: '#27130A'

red 39 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #27130A

Tints of Seal Brown #27130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

 BLUE value IS 10 (4.3% from 255) = 14.71%

R = 57.35%
G = 27.94%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#27130A (or 0x27130A) is known color: Seal Brown. HEX triplet: 27, 13 and 0A. RGB value is (39,19,10). Sum of RGB (Red+Green+Blue) = 39+19+10=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #27130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27130A is #D8ECF5. Grayscale: #181818. Windows color (decimal): -14216438 or 660263. OLE color: 660263.

HSL color Cylindrical-coordinate representation of color #27130A: hue angle of 18.62º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27130A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 19 10 -
CMYK 0 0.51 0.74 0.85
HSL 18.62º 0.59% 0.1% -
HSV(B) 18.62º 0.74% 0.15% -
XYZ 1.12 0.92 0.41 -
YUV 23.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 39 19 10 0 0.51 0.74 0.85 18.62 0.59 0.1
Hex 27 13 A 0 33 4A 55 13 3B A
Octal 47 23 12 0 63 112 125 23 73 12
Binary 100111 10011 1010 0 110011 1001010 1010101 10011 111011 1010

Color Harmonies of #27130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27130A

Black with #27130A

Text Example


Text Example

White with #27130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27130A; }

 p { color: rgb(39,19,10); }

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

background-color css

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

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

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

border-color css

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

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

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