Html Css Color HEX #27130F Seal Brown

📋 copy color: '#27130F'

red 39 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #27130F

Tints of Seal Brown #27130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20.55%

R = 53.42%
G = 26.03%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#27130F (or 0x27130F) is known color: Seal Brown. HEX triplet: 27, 13 and 0F. RGB value is (39,19,15). Sum of RGB (Red+Green+Blue) = 39+19+15=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27130F is #D8ECF0. Grayscale: #181818. Windows color (decimal): -14216433 or 987943. OLE color: 987943.

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

Color convert

RGB 39 19 15 -
CMYK 0 0.51 0.62 0.85
HSL 10º 0.44% 0.11% -
HSV(B) 10º 0.62% 0.15% -
XYZ 1.16 0.93 0.57 -
YUV 24.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 39 19 15 0 0.51 0.62 0.85 10 0.44 0.11
Hex 27 13 F 0 33 3E 55 A 2C B
Octal 47 23 17 0 63 76 125 12 54 13
Binary 100111 10011 1111 0 110011 111110 1010101 1010 101100 1011

Color Harmonies of #27130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27130F

Black with #27130F

Text Example


Text Example

White with #27130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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