Html Css Color HEX #271002 Seal Brown

📋 copy color: '#271002'

red 39 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #271002

Tints of Seal Brown #271002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.51%

R = 68.42%
G = 28.07%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#271002 (or 0x271002) is known color: Seal Brown. HEX triplet: 27, 10 and 02. RGB value is (39,16,2). Sum of RGB (Red+Green+Blue) = 39+16+2=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #271002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271002 is #D8EFFD. Grayscale: #151515. Windows color (decimal): -14217214 or 135207. OLE color: 135207.

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

Color convert

RGB 39 16 2 -
CMYK 0 0.59 0.95 0.85
HSL 22.7º 0.9% 0.08% -
HSV(B) 22.7º 0.95% 0.15% -
XYZ 1.03 0.81 0.16 -
YUV 21.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 39 16 2 0 0.59 0.95 0.85 22.7 0.9 0.08
Hex 27 10 2 0 3B 5F 55 17 5A 8
Octal 47 20 2 0 73 137 125 27 132 10
Binary 100111 10000 10 0 111011 1011111 1010101 10111 1011010 1000

Color Harmonies of #271002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271002

Black with #271002

Text Example


Text Example

White with #271002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271002; }

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

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

background-color css

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

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

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

border-color css

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

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

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