Html Css Color HEX #270400 Seal Brown

📋 copy color: '#270400'

red 39 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #270400

Tints of Seal Brown #270400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.7%
G = 9.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#270400 (or 0x270400) is known color: Seal Brown. HEX triplet: 27, 04 and 00. RGB value is (39,4,0). Sum of RGB (Red+Green+Blue) = 39+4+0=43 (5% of max value = 765). Red value is 39 (15.62% from 255 or 90.70% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 39 - color contains mainly: red. Hex color #270400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270400 is #D8FBFF. Grayscale: #0E0E0E. Windows color (decimal): -14220288 or 1063. OLE color: 1063.

HSL color Cylindrical-coordinate representation of color #270400: hue angle of 6.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 4 0 -
CMYK 0 0.90 1 0.85
HSL 6.15º 1% 0.08% -
HSV(B) 6.15º 1% 0.15% -
XYZ 0.88 0.52 0.05 -
YUV 14.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 39 4 0 0 0.90 1 0.85 6.15 1 0.08
Hex 27 4 0 0 5A 64 55 6 64 8
Octal 47 4 0 0 132 144 125 6 144 10
Binary 100111 100 0 0 1011010 1100100 1010101 110 1100100 1000

Color Harmonies of #270400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270400

Black with #270400

Text Example


Text Example

White with #270400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270400; }

 p { color: rgb(39,4,0); }

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

background-color css

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

 a { background-color: rgb(39,4,0); }

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

border-color css

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

 span { border-color: rgb(39,4,0); }

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