Html Css Color HEX #271207 Seal Brown

📋 copy color: '#271207'

red 39 ◦ green 18 ◦ blue 7

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

Shades of Seal Brown #271207

Tints of Seal Brown #271207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 60.94%
G = 28.13%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#271207 (or 0x271207) is known color: Seal Brown. HEX triplet: 27, 12 and 07. RGB value is (39,18,7). Sum of RGB (Red+Green+Blue) = 39+18+7=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #271207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271207 is #D8EDF8. Grayscale: #171717. Windows color (decimal): -14216697 or 463399. OLE color: 463399.

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

Color convert

RGB 39 18 7 -
CMYK 0 0.54 0.82 0.85
HSL 20.63º 0.7% 0.09% -
HSV(B) 20.63º 0.82% 0.15% -
XYZ 1.09 0.88 0.31 -
YUV 23.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 39 18 7 0 0.54 0.82 0.85 20.63 0.7 0.09
Hex 27 12 7 0 36 52 55 15 46 9
Octal 47 22 7 0 66 122 125 25 106 11
Binary 100111 10010 111 0 110110 1010010 1010101 10101 1000110 1001

Color Harmonies of #271207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271207

Black with #271207

Text Example


Text Example

White with #271207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271207; }

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

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

background-color css

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

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

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

border-color css

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

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

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