Html Css Color HEX #270601 Seal Brown

📋 copy color: '#270601'

red 39 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #270601

Tints of Seal Brown #270601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.04%

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

R = 84.78%
G = 13.04%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#270601 (or 0x270601) is known color: Seal Brown. HEX triplet: 27, 06 and 01. RGB value is (39,6,1). Sum of RGB (Red+Green+Blue) = 39+6+1=46 (6% of max value = 765). Red value is 39 (15.62% from 255 or 84.78% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 39 - color contains mainly: red. Hex color #270601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270601 is #D8F9FE. Grayscale: #0F0F0F. Windows color (decimal): -14219775 or 67111. OLE color: 67111.

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

Color convert

RGB 39 6 1 -
CMYK 0 0.85 0.97 0.85
HSL 7.89º 0.95% 0.08% -
HSV(B) 7.89º 0.97% 0.15% -
XYZ 0.91 0.56 0.09 -
YUV 15.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 39 6 1 0 0.85 0.97 0.85 7.89 0.95 0.08
Hex 27 6 1 0 55 61 55 8 5F 8
Octal 47 6 1 0 125 141 125 10 137 10
Binary 100111 110 1 0 1010101 1100001 1010101 1000 1011111 1000

Color Harmonies of #270601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270601

Black with #270601

Text Example


Text Example

White with #270601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270601; }

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

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

background-color css

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

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

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

border-color css

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

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

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