Html Css Color HEX #A53022 Brown

📋 copy color: '#A53022'

red 165 ◦ green 48 ◦ blue 34

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

Shades of Brown #A53022

Tints of Brown #A53022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 66.8%
G = 19.43%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A53022 (or 0xA53022) is known color: Brown. HEX triplet: A5, 30 and 22. RGB value is (165,48,34). Sum of RGB (Red+Green+Blue) = 165+48+34=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A53022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53022 is #5ACFDD. Grayscale: #515151. Windows color (decimal): -5951454 or 2240677. OLE color: 2240677.

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

Color convert

RGB 165 48 34 -
CMYK 0 0.71 0.79 0.35
HSL 6.41º 0.66% 0.39% -
HSV(B) 6.41º 0.79% 0.65% -
XYZ 16.86 10.23 2.6 -
YUV 81.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 165 48 34 0 0.71 0.79 0.35 6.41 0.66 0.39
Hex A5 30 22 0 47 4F 23 6 42 27
Octal 245 60 42 0 107 117 43 6 102 47
Binary 10100101 110000 100010 0 1000111 1001111 100011 110 1000010 100111

Color Harmonies of #A53022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53022

Black with #A53022

Text Example


Text Example

White with #A53022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53022; }

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

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

background-color css

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

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

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

border-color css

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

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

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