Html Css Color HEX #A93019 Brown

📋 copy color: '#A93019'

red 169 ◦ green 48 ◦ blue 25

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

Shades of Brown #A93019

Tints of Brown #A93019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 69.83%
G = 19.83%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A93019 (or 0xA93019) is known color: Brown. HEX triplet: A9, 30 and 19. RGB value is (169,48,25). Sum of RGB (Red+Green+Blue) = 169+48+25=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A93019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93019 is #56CFE6. Grayscale: #515151. Windows color (decimal): -5689319 or 1650857. OLE color: 1650857.

HSL color Cylindrical-coordinate representation of color #A93019: hue angle of 9.58º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A93019 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 48 25 -
CMYK 0 0.72 0.85 0.34
HSL 9.58º 0.74% 0.38% -
HSV(B) 9.58º 0.85% 0.66% -
XYZ 17.59 10.62 2.04 -
YUV 81.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 169 48 25 0 0.72 0.85 0.34 9.58 0.74 0.38
Hex A9 30 19 0 48 55 22 A 4A 26
Octal 251 60 31 0 110 125 42 12 112 46
Binary 10101001 110000 11001 0 1001000 1010101 100010 1010 1001010 100110

Color Harmonies of #A93019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93019

Black with #A93019

Text Example


Text Example

White with #A93019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93019; }

 p { color: rgb(169,48,25); }

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

background-color css

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

 a { background-color: rgb(169,48,25); }

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

border-color css

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

 span { border-color: rgb(169,48,25); }

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