Html Css Color HEX #271007 Seal Brown

📋 copy color: '#271007'

red 39 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #271007

Tints of Seal Brown #271007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25.81%

 BLUE value IS 7 (3.13% from 255) = 11.29%

R = 62.9%
G = 25.81%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#271007 (or 0x271007) is known color: Seal Brown. HEX triplet: 27, 10 and 07. RGB value is (39,16,7). Sum of RGB (Red+Green+Blue) = 39+16+7=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #271007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271007 is #D8EFF8. Grayscale: #151515. Windows color (decimal): -14217209 or 462887. OLE color: 462887.

HSL color Cylindrical-coordinate representation of color #271007: hue angle of 16.88º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271007 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 16 7 -
CMYK 0 0.59 0.82 0.85
HSL 16.88º 0.7% 0.09% -
HSV(B) 16.88º 0.82% 0.15% -
XYZ 1.06 0.82 0.3 -
YUV 21.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 39 16 7 0 0.59 0.82 0.85 16.88 0.7 0.09
Hex 27 10 7 0 3B 52 55 11 46 9
Octal 47 20 7 0 73 122 125 21 106 11
Binary 100111 10000 111 0 111011 1010010 1010101 10001 1000110 1001

Color Harmonies of #271007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271007

Black with #271007

Text Example


Text Example

White with #271007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271007; }

 p { color: rgb(39,16,7); }

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

background-color css

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

 a { background-color: rgb(39,16,7); }

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

border-color css

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

 span { border-color: rgb(39,16,7); }

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