Html Css Color HEX #A52222 Brown

📋 copy color: '#A52222'

red 165 ◦ green 34 ◦ blue 34

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

Shades of Brown #A52222

Tints of Brown #A52222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 70.82%
G = 14.59%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A52222 (or 0xA52222) is known color: Brown. HEX triplet: A5, 22 and 22. RGB value is (165,34,34). Sum of RGB (Red+Green+Blue) = 165+34+34=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A52222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52222 is #5ADDDD. Grayscale: #494949. Windows color (decimal): -5955038 or 2237093. OLE color: 2237093.

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

Color convert

RGB 165 34 34 -
CMYK 0 0.79 0.79 0.35
HSL 0.66% 0.39% -
HSV(B) 0.79% 0.65% -
XYZ 16.38 9.26 2.44 -
YUV 73.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 165 34 34 0 0.79 0.79 0.35 0 0.66 0.39
Hex A5 22 22 0 4F 4F 23 0 42 27
Octal 245 42 42 0 117 117 43 0 102 47
Binary 10100101 100010 100010 0 1001111 1001111 100011 0 1000010 100111

Color Harmonies of #A52222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52222

Black with #A52222

Text Example


Text Example

White with #A52222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52222; }

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

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

background-color css

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

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

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

border-color css

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

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

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