Html Css Color HEX #A52A22 Brown

📋 copy color: '#A52A22'

red 165 ◦ green 42 ◦ blue 34

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

Shades of Brown #A52A22

Tints of Brown #A52A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

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

R = 68.46%
G = 17.43%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A52A22 (or 0xA52A22) is known color: Brown. HEX triplet: A5, 2A and 22. RGB value is (165,42,34). Sum of RGB (Red+Green+Blue) = 165+42+34=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A22 is #5AD5DD. Grayscale: #4E4E4E. Windows color (decimal): -5952990 or 2239141. OLE color: 2239141.

HSL color Cylindrical-coordinate representation of color #A52A22: hue angle of 3.66º 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 #A52A22 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 42 34 -
CMYK 0 0.75 0.79 0.35
HSL 3.66º 0.66% 0.39% -
HSV(B) 3.66º 0.79% 0.65% -
XYZ 16.63 9.77 2.52 -
YUV 77.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 165 42 34 0 0.75 0.79 0.35 3.66 0.66 0.39
Hex A5 2A 22 0 4B 4F 23 4 42 27
Octal 245 52 42 0 113 117 43 4 102 47
Binary 10100101 101010 100010 0 1001011 1001111 100011 100 1000010 100111

Color Harmonies of #A52A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A22

Black with #A52A22

Text Example


Text Example

White with #A52A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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