Html Css Color HEX #270C09 Seal Brown

📋 copy color: '#270C09'

red 39 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #270C09

Tints of Seal Brown #270C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20%

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

R = 65%
G = 20%
B = 15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#270C09 (or 0x270C09) is known color: Seal Brown. HEX triplet: 27, 0C and 09. RGB value is (39,12,9). Sum of RGB (Red+Green+Blue) = 39+12+9=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #270C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C09 is #D8F3F6. Grayscale: #131313. Windows color (decimal): -14218231 or 592935. OLE color: 592935.

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

Color convert

RGB 39 12 9 -
CMYK 0 0.69 0.77 0.85
HSL 0.63% 0.09% -
HSV(B) 0.77% 0.15% -
XYZ 1.02 0.71 0.34 -
YUV 19.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 39 12 9 0 0.69 0.77 0.85 6 0.63 0.09
Hex 27 C 9 0 45 4D 55 6 3E 9
Octal 47 14 11 0 105 115 125 6 76 11
Binary 100111 1100 1001 0 1000101 1001101 1010101 110 111110 1001

Color Harmonies of #270C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C09

Black with #270C09

Text Example


Text Example

White with #270C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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