Html Css Color HEX #A53018 Brown

📋 copy color: '#A53018'

red 165 ◦ green 48 ◦ blue 24

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

Shades of Brown #A53018

Tints of Brown #A53018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 69.62%
G = 20.25%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A53018 (or 0xA53018) is known color: Brown. HEX triplet: A5, 30 and 18. RGB value is (165,48,24). Sum of RGB (Red+Green+Blue) = 165+48+24=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A53018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53018 is #5ACFE7. Grayscale: #505050. Windows color (decimal): -5951464 or 1585317. OLE color: 1585317.

HSL color Cylindrical-coordinate representation of color #A53018: hue angle of 10.21º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A53018 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 48 24 -
CMYK 0 0.71 0.85 0.35
HSL 10.21º 0.75% 0.37% -
HSV(B) 10.21º 0.85% 0.65% -
XYZ 16.74 10.18 1.95 -
YUV 80.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 165 48 24 0 0.71 0.85 0.35 10.21 0.75 0.37
Hex A5 30 18 0 47 55 23 A 4B 25
Octal 245 60 30 0 107 125 43 12 113 45
Binary 10100101 110000 11000 0 1000111 1010101 100011 1010 1001011 100101

Color Harmonies of #A53018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53018

Black with #A53018

Text Example


Text Example

White with #A53018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53018; }

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

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

background-color css

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

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

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

border-color css

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

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

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