Html Css Color HEX #2A1712 Seal Brown

📋 copy color: '#2A1712'

red 42 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #2A1712

Tints of Seal Brown #2A1712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.69%

R = 50.6%
G = 27.71%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#2A1712 (or 0x2A1712) is known color: Seal Brown. HEX triplet: 2A, 17 and 12. RGB value is (42,23,18). Sum of RGB (Red+Green+Blue) = 42+23+18=83 (10% of max value = 765). Red value is 42 (16.80% from 255 or 50.60% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1712 is #D5E8ED. Grayscale: #1C1C1C. Windows color (decimal): -14018798 or 1185578. OLE color: 1185578.

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

Color convert

RGB 42 23 18 -
CMYK 0 0.45 0.57 0.84
HSL 12.5º 0.4% 0.12% -
HSV(B) 12.5º 0.57% 0.16% -
XYZ 1.37 1.15 0.72 -
YUV 28.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 42 23 18 0 0.45 0.57 0.84 12.5 0.4 0.12
Hex 2A 17 12 0 2D 39 54 C 28 C
Octal 52 27 22 0 55 71 124 14 50 14
Binary 101010 10111 10010 0 101101 111001 1010100 1100 101000 1100

Color Harmonies of #2A1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1712

Black with #2A1712

Text Example


Text Example

White with #2A1712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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