Html Css Color HEX #A93320 Brown

📋 copy color: '#A93320'

red 169 ◦ green 51 ◦ blue 32

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

Shades of Brown #A93320

Tints of Brown #A93320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 67.06%
G = 20.24%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A93320 (or 0xA93320) is known color: Brown. HEX triplet: A9, 33 and 20. RGB value is (169,51,32). Sum of RGB (Red+Green+Blue) = 169+51+32=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A93320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93320 is #56CCDF. Grayscale: #545454. Windows color (decimal): -5688544 or 2110377. OLE color: 2110377.

HSL color Cylindrical-coordinate representation of color #A93320: hue angle of 8.32º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A93320 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 51 32 -
CMYK 0 0.70 0.81 0.34
HSL 8.32º 0.68% 0.39% -
HSV(B) 8.32º 0.81% 0.66% -
XYZ 17.81 10.91 2.53 -
YUV 84.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 169 51 32 0 0.70 0.81 0.34 8.32 0.68 0.39
Hex A9 33 20 0 46 51 22 8 44 27
Octal 251 63 40 0 106 121 42 10 104 47
Binary 10101001 110011 100000 0 1000110 1010001 100010 1000 1000100 100111

Color Harmonies of #A93320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93320

Black with #A93320

Text Example


Text Example

White with #A93320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93320; }

 p { color: rgb(169,51,32); }

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

background-color css

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

 a { background-color: rgb(169,51,32); }

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

border-color css

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

 span { border-color: rgb(169,51,32); }

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