Html Css Color HEX #A52822 Brown

📋 copy color: '#A52822'

red 165 ◦ green 40 ◦ blue 34

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

Shades of Brown #A52822

Tints of Brown #A52822

RGB

 RED value IS 165 (64.84% from 255) = 69.04%

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 34 (13.67% from 255) = 14.23%

R = 69.04%
G = 16.74%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A52822 (or 0xA52822) is known color: Brown. HEX triplet: A5, 28 and 22. RGB value is (165,40,34). Sum of RGB (Red+Green+Blue) = 165+40+34=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A52822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52822 is #5AD7DD. Grayscale: #4C4C4C. Windows color (decimal): -5953502 or 2238629. OLE color: 2238629.

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

Color convert

RGB 165 40 34 -
CMYK 0 0.76 0.79 0.35
HSL 2.75º 0.66% 0.39% -
HSV(B) 2.75º 0.79% 0.65% -
XYZ 16.56 9.63 2.5 -
YUV 76.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 165 40 34 0 0.76 0.79 0.35 2.75 0.66 0.39
Hex A5 28 22 0 4C 4F 23 3 42 27
Octal 245 50 42 0 114 117 43 3 102 47
Binary 10100101 101000 100010 0 1001100 1001111 100011 11 1000010 100111

Color Harmonies of #A52822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52822

Black with #A52822

Text Example


Text Example

White with #A52822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52822; }

 p { color: rgb(165,40,34); }

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

background-color css

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

 a { background-color: rgb(165,40,34); }

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

border-color css

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

 span { border-color: rgb(165,40,34); }

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