Html Css Color HEX #270F09 Seal Brown

📋 copy color: '#270F09'

red 39 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #270F09

Tints of Seal Brown #270F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

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

R = 61.9%
G = 23.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#270F09 (or 0x270F09) is known color: Seal Brown. HEX triplet: 27, 0F and 09. RGB value is (39,15,9). Sum of RGB (Red+Green+Blue) = 39+15+9=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F09 is #D8F0F6. Grayscale: #151515. Windows color (decimal): -14217463 or 593703. OLE color: 593703.

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

Color convert

RGB 39 15 9 -
CMYK 0 0.62 0.77 0.85
HSL 12º 0.63% 0.09% -
HSV(B) 12º 0.77% 0.15% -
XYZ 1.06 0.79 0.36 -
YUV 21.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 39 15 9 0 0.62 0.77 0.85 12 0.63 0.09
Hex 27 F 9 0 3E 4D 55 C 3E 9
Octal 47 17 11 0 76 115 125 14 76 11
Binary 100111 1111 1001 0 111110 1001101 1010101 1100 111110 1001

Color Harmonies of #270F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F09

Black with #270F09

Text Example


Text Example

White with #270F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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