Html Css Color HEX #A83420 Brown

📋 copy color: '#A83420'

red 168 ◦ green 52 ◦ blue 32

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

Shades of Brown #A83420

Tints of Brown #A83420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 66.67%
G = 20.63%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A83420 (or 0xA83420) is known color: Brown. HEX triplet: A8, 34 and 20. RGB value is (168,52,32). Sum of RGB (Red+Green+Blue) = 168+52+32=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A83420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83420 is #57CBDF. Grayscale: #545454. Windows color (decimal): -5753824 or 2110632. OLE color: 2110632.

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

Color convert

RGB 168 52 32 -
CMYK 0 0.69 0.81 0.34
HSL 8.82º 0.68% 0.39% -
HSV(B) 8.82º 0.81% 0.66% -
XYZ 17.64 10.89 2.54 -
YUV 84.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 168 52 32 0 0.69 0.81 0.34 8.82 0.68 0.39
Hex A8 34 20 0 45 51 22 9 44 27
Octal 250 64 40 0 105 121 42 11 104 47
Binary 10101000 110100 100000 0 1000101 1010001 100010 1001 1000100 100111

Color Harmonies of #A83420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83420

Black with #A83420

Text Example


Text Example

White with #A83420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83420; }

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

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

background-color css

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

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

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

border-color css

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

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

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