Html Css Color HEX #270501 Seal Brown

📋 copy color: '#270501'

red 39 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #270501

Tints of Seal Brown #270501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.11%

 BLUE value IS 1 (0.78% from 255) = 2.22%

R = 86.67%
G = 11.11%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#270501 (or 0x270501) is known color: Seal Brown. HEX triplet: 27, 05 and 01. RGB value is (39,5,1). Sum of RGB (Red+Green+Blue) = 39+5+1=45 (5% of max value = 765). Red value is 39 (15.62% from 255 or 86.67% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 39 - color contains mainly: red. Hex color #270501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270501 is #D8FAFE. Grayscale: #0E0E0E. Windows color (decimal): -14220031 or 66855. OLE color: 66855.

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

Color convert

RGB 39 5 1 -
CMYK 0 0.87 0.97 0.85
HSL 6.32º 0.95% 0.08% -
HSV(B) 6.32º 0.97% 0.15% -
XYZ 0.9 0.54 0.09 -
YUV 14.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 39 5 1 0 0.87 0.97 0.85 6.32 0.95 0.08
Hex 27 5 1 0 57 61 55 6 5F 8
Octal 47 5 1 0 127 141 125 6 137 10
Binary 100111 101 1 0 1010111 1100001 1010101 110 1011111 1000

Color Harmonies of #270501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270501

Black with #270501

Text Example


Text Example

White with #270501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270501; }

 p { color: rgb(39,5,1); }

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

background-color css

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

 a { background-color: rgb(39,5,1); }

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

border-color css

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

 span { border-color: rgb(39,5,1); }

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