Html Css Color HEX #A83121 Brown

📋 copy color: '#A83121'

red 168 ◦ green 49 ◦ blue 33

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

Shades of Brown #A83121

Tints of Brown #A83121

RGB

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

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

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

R = 67.2%
G = 19.6%
B = 13.2%

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

#A83121 (or 0xA83121) is known color: Brown. HEX triplet: A8, 31 and 21. RGB value is (168,49,33). Sum of RGB (Red+Green+Blue) = 168+49+33=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A83121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83121 is #57CEDE. Grayscale: #525252. Windows color (decimal): -5754591 or 2175400. OLE color: 2175400.

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

Color convert

RGB 168 49 33 -
CMYK 0 0.71 0.80 0.34
HSL 7.11º 0.67% 0.39% -
HSV(B) 7.11º 0.8% 0.66% -
XYZ 17.52 10.63 2.57 -
YUV 82.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 168 49 33 0 0.71 0.80 0.34 7.11 0.67 0.39
Hex A8 31 21 0 47 50 22 7 43 27
Octal 250 61 41 0 107 120 42 7 103 47
Binary 10101000 110001 100001 0 1000111 1010000 100010 111 1000011 100111

Color Harmonies of #A83121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83121

Black with #A83121

Text Example


Text Example

White with #A83121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83121; }

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

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

background-color css

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

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

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

border-color css

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

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

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