Html Css Color HEX #2A0A01 Seal Brown

📋 copy color: '#2A0A01'

red 42 ◦ green 10 ◦ blue 1

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

Shades of Seal Brown #2A0A01

Tints of Seal Brown #2A0A01

RGB

 RED value IS 42 (16.8% from 255) = 79.25%

 GREEN value IS 10 (4.3% from 255) = 18.87%

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

R = 79.25%
G = 18.87%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#2A0A01 (or 0x2A0A01) is known color: Seal Brown. HEX triplet: 2A, 0A and 01. RGB value is (42,10,1). Sum of RGB (Red+Green+Blue) = 42+10+1=53 (7% of max value = 765). Red value is 42 (16.80% from 255 or 79.25% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0A01 is #D5F5FE. Grayscale: #121212. Windows color (decimal): -14022143 or 68138. OLE color: 68138.

HSL color Cylindrical-coordinate representation of color #2A0A01: hue angle of 13.17º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0A01 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 42 10 1 -
CMYK 0 0.76 0.98 0.84
HSL 13.17º 0.95% 0.08% -
HSV(B) 13.17º 0.98% 0.16% -
XYZ 1.07 0.71 0.11 -
YUV 18.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 42 10 1 0 0.76 0.98 0.84 13.17 0.95 0.08
Hex 2A A 1 0 4C 62 54 D 5F 8
Octal 52 12 1 0 114 142 124 15 137 10
Binary 101010 1010 1 0 1001100 1100010 1010100 1101 1011111 1000

Color Harmonies of #2A0A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0A01

Black with #2A0A01

Text Example


Text Example

White with #2A0A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A0A01; }

 p { color: rgb(42,10,1); }

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

background-color css

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

 a { background-color: rgb(42,10,1); }

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

border-color css

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

 span { border-color: rgb(42,10,1); }

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