Html Css Color HEX #270D09 Seal Brown

📋 copy color: '#270D09'

red 39 ◦ green 13 ◦ blue 9

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

Shades of Seal Brown #270D09

Tints of Seal Brown #270D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.31%

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

R = 63.93%
G = 21.31%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#270D09 (or 0x270D09) is known color: Seal Brown. HEX triplet: 27, 0D and 09. RGB value is (39,13,9). Sum of RGB (Red+Green+Blue) = 39+13+9=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #270D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D09 is #D8F2F6. Grayscale: #141414. Windows color (decimal): -14217975 or 593191. OLE color: 593191.

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

Color convert

RGB 39 13 9 -
CMYK 0 0.67 0.77 0.85
HSL 0.63% 0.09% -
HSV(B) 0.77% 0.15% -
XYZ 1.03 0.74 0.35 -
YUV 20.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 39 13 9 0 0.67 0.77 0.85 8 0.63 0.09
Hex 27 D 9 0 43 4D 55 8 3E 9
Octal 47 15 11 0 103 115 125 10 76 11
Binary 100111 1101 1001 0 1000011 1001101 1010101 1000 111110 1001

Color Harmonies of #270D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270D09

Black with #270D09

Text Example


Text Example

White with #270D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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