Html Css Color HEX #270A09 Seal Brown

📋 copy color: '#270A09'

red 39 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #270A09

Tints of Seal Brown #270A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.24%

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

R = 67.24%
G = 17.24%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#270A09 (or 0x270A09) is known color: Seal Brown. HEX triplet: 27, 0A and 09. RGB value is (39,10,9). Sum of RGB (Red+Green+Blue) = 39+10+9=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #270A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A09 is #D8F5F6. Grayscale: #121212. Windows color (decimal): -14218743 or 592423. OLE color: 592423.

HSL color Cylindrical-coordinate representation of color #270A09: hue angle of 2º 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 #270A09 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 10 9 -
CMYK 0 0.74 0.77 0.85
HSL 0.63% 0.09% -
HSV(B) 0.77% 0.15% -
XYZ 0.99 0.67 0.33 -
YUV 18.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 39 10 9 0 0.74 0.77 0.85 2 0.63 0.09
Hex 27 A 9 0 4A 4D 55 2 3E 9
Octal 47 12 11 0 112 115 125 2 76 11
Binary 100111 1010 1001 0 1001010 1001101 1010101 10 111110 1001

Color Harmonies of #270A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270A09

Black with #270A09

Text Example


Text Example

White with #270A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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