Html Css Color HEX #A83424 Brown

📋 copy color: '#A83424'

red 168 ◦ green 52 ◦ blue 36

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

Shades of Brown #A83424

Tints of Brown #A83424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 65.63%
G = 20.31%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A83424 (or 0xA83424) is known color: Brown. HEX triplet: A8, 34 and 24. RGB value is (168,52,36). Sum of RGB (Red+Green+Blue) = 168+52+36=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A83424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83424 is #57CBDB. Grayscale: #555555. Windows color (decimal): -5753820 or 2372776. OLE color: 2372776.

HSL color Cylindrical-coordinate representation of color #A83424: hue angle of 7.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A83424 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 36 -
CMYK 0 0.69 0.79 0.34
HSL 7.27º 0.65% 0.4% -
HSV(B) 7.27º 0.79% 0.66% -
XYZ 17.69 10.91 2.84 -
YUV 84.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 168 52 36 0 0.69 0.79 0.34 7.27 0.65 0.4
Hex A8 34 24 0 45 4F 22 7 41 28
Octal 250 64 44 0 105 117 42 7 101 50
Binary 10101000 110100 100100 0 1000101 1001111 100010 111 1000001 101000

Color Harmonies of #A83424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83424

Black with #A83424

Text Example


Text Example

White with #A83424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83424; }

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

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

background-color css

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

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

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

border-color css

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

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

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