Html Css Color HEX #A53323 Brown

📋 copy color: '#A53323'

red 165 ◦ green 51 ◦ blue 35

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

Shades of Brown #A53323

Tints of Brown #A53323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

 BLUE value IS 35 (14.06% from 255) = 13.94%

R = 65.74%
G = 20.32%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A53323 (or 0xA53323) is known color: Brown. HEX triplet: A5, 33 and 23. RGB value is (165,51,35). Sum of RGB (Red+Green+Blue) = 165+51+35=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A53323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53323 is #5ACCDC. Grayscale: #535353. Windows color (decimal): -5950685 or 2306981. OLE color: 2306981.

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

Color convert

RGB 165 51 35 -
CMYK 0 0.69 0.79 0.35
HSL 7.38º 0.65% 0.39% -
HSV(B) 7.38º 0.79% 0.65% -
XYZ 17 10.49 2.72 -
YUV 83.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 165 51 35 0 0.69 0.79 0.35 7.38 0.65 0.39
Hex A5 33 23 0 45 4F 23 7 41 27
Octal 245 63 43 0 105 117 43 7 101 47
Binary 10100101 110011 100011 0 1000101 1001111 100011 111 1000001 100111

Color Harmonies of #A53323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53323

Black with #A53323

Text Example


Text Example

White with #A53323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53323; }

 p { color: rgb(165,51,35); }

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

background-color css

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

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

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

border-color css

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

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

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