Html Css Color HEX #2A1717 Seal Brown

📋 copy color: '#2A1717'

red 42 ◦ green 23 ◦ blue 23

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

Shades of Seal Brown #2A1717

Tints of Seal Brown #2A1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.14%

 BLUE value IS 23 (9.38% from 255) = 26.14%

R = 47.73%
G = 26.14%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#2A1717 (or 0x2A1717) is known color: Seal Brown. HEX triplet: 2A, 17 and 17. RGB value is (42,23,23). Sum of RGB (Red+Green+Blue) = 42+23+23=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1717 is #D5E8E8. Grayscale: #1C1C1C. Windows color (decimal): -14018793 or 1513258. OLE color: 1513258.

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

Color convert

RGB 42 23 23 -
CMYK 0 0.45 0.45 0.84
HSL 0.29% 0.13% -
HSV(B) 0.45% 0.16% -
XYZ 1.42 1.17 0.96 -
YUV 28.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 42 23 23 0 0.45 0.45 0.84 0 0.29 0.13
Hex 2A 17 17 0 2D 2D 54 0 1D D
Octal 52 27 27 0 55 55 124 0 35 15
Binary 101010 10111 10111 0 101101 101101 1010100 0 11101 1101

Color Harmonies of #2A1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1717

Black with #2A1717

Text Example


Text Example

White with #2A1717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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