Html Css Color HEX #A93121 Brown

📋 copy color: '#A93121'

red 169 ◦ green 49 ◦ blue 33

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

Shades of Brown #A93121

Tints of Brown #A93121

RGB

 RED value IS 169 (66.41% from 255) = 67.33%

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 67.33%
G = 19.52%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A93121 (or 0xA93121) is known color: Brown. HEX triplet: A9, 31 and 21. RGB value is (169,49,33). Sum of RGB (Red+Green+Blue) = 169+49+33=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A93121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93121 is #56CEDE. Grayscale: #535353. Windows color (decimal): -5689055 or 2175401. OLE color: 2175401.

HSL color Cylindrical-coordinate representation of color #A93121: hue angle of 7.06º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A93121 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 49 33 -
CMYK 0 0.71 0.80 0.34
HSL 7.06º 0.67% 0.4% -
HSV(B) 7.06º 0.8% 0.66% -
XYZ 17.74 10.74 2.58 -
YUV 83.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 169 49 33 0 0.71 0.80 0.34 7.06 0.67 0.4
Hex A9 31 21 0 47 50 22 7 43 28
Octal 251 61 41 0 107 120 42 7 103 50
Binary 10101001 110001 100001 0 1000111 1010000 100010 111 1000011 101000

Color Harmonies of #A93121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93121

Black with #A93121

Text Example


Text Example

White with #A93121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93121; }

 p { color: rgb(169,49,33); }

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

background-color css

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

 a { background-color: rgb(169,49,33); }

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

border-color css

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

 span { border-color: rgb(169,49,33); }

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