Html Css Color HEX #A83219 Brown

📋 copy color: '#A83219'

red 168 ◦ green 50 ◦ blue 25

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

Shades of Brown #A83219

Tints of Brown #A83219

RGB

 RED value IS 168 (66.02% from 255) = 69.14%

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 69.14%
G = 20.58%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A83219 (or 0xA83219) is known color: Brown. HEX triplet: A8, 32 and 19. RGB value is (168,50,25). Sum of RGB (Red+Green+Blue) = 168+50+25=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83219 is #57CDE6. Grayscale: #525252. Windows color (decimal): -5754343 or 1651368. OLE color: 1651368.

HSL color Cylindrical-coordinate representation of color #A83219: hue angle of 10.49º 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 #A83219 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 25 -
CMYK 0 0.70 0.85 0.34
HSL 10.49º 0.74% 0.38% -
HSV(B) 10.49º 0.85% 0.66% -
XYZ 17.46 10.68 2.06 -
YUV 82.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 168 50 25 0 0.70 0.85 0.34 10.49 0.74 0.38
Hex A8 32 19 0 46 55 22 A 4A 26
Octal 250 62 31 0 106 125 42 12 112 46
Binary 10101000 110010 11001 0 1000110 1010101 100010 1010 1001010 100110

Color Harmonies of #A83219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83219

Black with #A83219

Text Example


Text Example

White with #A83219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83219; }

 p { color: rgb(168,50,25); }

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

background-color css

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

 a { background-color: rgb(168,50,25); }

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

border-color css

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

 span { border-color: rgb(168,50,25); }

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