Html Css Color HEX #2A0A05 Seal Brown

📋 copy color: '#2A0A05'

red 42 ◦ green 10 ◦ blue 5

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

Shades of Seal Brown #2A0A05

Tints of Seal Brown #2A0A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.77%

R = 73.68%
G = 17.54%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#2A0A05 (or 0x2A0A05) is known color: Seal Brown. HEX triplet: 2A, 0A and 05. RGB value is (42,10,5). Sum of RGB (Red+Green+Blue) = 42+10+5=57 (7% of max value = 765). Red value is 42 (16.80% from 255 or 73.68% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0A05 is #D5F5FA. Grayscale: #131313. Windows color (decimal): -14022139 or 330282. OLE color: 330282.

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

Color convert

RGB 42 10 5 -
CMYK 0 0.76 0.88 0.84
HSL 8.11º 0.79% 0.09% -
HSV(B) 8.11º 0.88% 0.16% -
XYZ 1.09 0.72 0.23 -
YUV 19 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 42 10 5 0 0.76 0.88 0.84 8.11 0.79 0.09
Hex 2A A 5 0 4C 58 54 8 4F 9
Octal 52 12 5 0 114 130 124 10 117 11
Binary 101010 1010 101 0 1001100 1011000 1010100 1000 1001111 1001

Color Harmonies of #2A0A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0A05

Black with #2A0A05

Text Example


Text Example

White with #2A0A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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