Html Css Color HEX #A83120 Brown

📋 copy color: '#A83120'

red 168 ◦ green 49 ◦ blue 32

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

Shades of Brown #A83120

Tints of Brown #A83120

RGB

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

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

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

R = 67.47%
G = 19.68%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A83120 (or 0xA83120) is known color: Brown. HEX triplet: A8, 31 and 20. RGB value is (168,49,32). Sum of RGB (Red+Green+Blue) = 168+49+32=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A83120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83120 is #57CEDF. Grayscale: #525252. Windows color (decimal): -5754592 or 2109864. OLE color: 2109864.

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

Color convert

RGB 168 49 32 -
CMYK 0 0.71 0.81 0.34
HSL 7.5º 0.68% 0.39% -
HSV(B) 7.5º 0.81% 0.66% -
XYZ 17.51 10.63 2.49 -
YUV 82.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 168 49 32 0 0.71 0.81 0.34 7.5 0.68 0.39
Hex A8 31 20 0 47 51 22 8 44 27
Octal 250 61 40 0 107 121 42 10 104 47
Binary 10101000 110001 100000 0 1000111 1010001 100010 1000 1000100 100111

Color Harmonies of #A83120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83120

Black with #A83120

Text Example


Text Example

White with #A83120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83120; }

 p { color: rgb(168,49,32); }

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

background-color css

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

 a { background-color: rgb(168,49,32); }

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

border-color css

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

 span { border-color: rgb(168,49,32); }

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