Html Css Color HEX #270E09 Seal Brown

📋 copy color: '#270E09'

red 39 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #270E09

Tints of Seal Brown #270E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 22.58%

 BLUE value IS 9 (3.91% from 255) = 14.52%

R = 62.9%
G = 22.58%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#270E09 (or 0x270E09) is known color: Seal Brown. HEX triplet: 27, 0E and 09. RGB value is (39,14,9). Sum of RGB (Red+Green+Blue) = 39+14+9=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #270E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270E09 is #D8F1F6. Grayscale: #141414. Windows color (decimal): -14217719 or 593447. OLE color: 593447.

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

Color convert

RGB 39 14 9 -
CMYK 0 0.64 0.77 0.85
HSL 10º 0.63% 0.09% -
HSV(B) 10º 0.77% 0.15% -
XYZ 1.04 0.77 0.35 -
YUV 20.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 39 14 9 0 0.64 0.77 0.85 10 0.63 0.09
Hex 27 E 9 0 40 4D 55 A 3E 9
Octal 47 16 11 0 100 115 125 12 76 11
Binary 100111 1110 1001 0 1000000 1001101 1010101 1010 111110 1001

Color Harmonies of #270E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E09

Black with #270E09

Text Example


Text Example

White with #270E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270E09; }

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

 H1.HeaderClassName
 {
   color: #270E09;
 }
 .AnyTagClassName
 {
   color: #270E09;
 }
</style>

background-color css

<style>
 a { background-color: #270E09; }

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

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

border-color css

<style>
 span { border-color: #270E09; }

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

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