Html Css Color HEX #A52A1E Brown

📋 copy color: '#A52A1E'

red 165 ◦ green 42 ◦ blue 30

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

Shades of Brown #A52A1E

Tints of Brown #A52A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 69.62%
G = 17.72%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A52A1E (or 0xA52A1E) is known color: Brown. HEX triplet: A5, 2A and 1E. RGB value is (165,42,30). Sum of RGB (Red+Green+Blue) = 165+42+30=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A1E is #5AD5E1. Grayscale: #4D4D4D. Windows color (decimal): -5952994 or 1976997. OLE color: 1976997.

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

Color convert

RGB 165 42 30 -
CMYK 0 0.75 0.82 0.35
HSL 5.33º 0.69% 0.38% -
HSV(B) 5.33º 0.82% 0.65% -
XYZ 16.58 9.75 2.24 -
YUV 77.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 165 42 30 0 0.75 0.82 0.35 5.33 0.69 0.38
Hex A5 2A 1E 0 4B 52 23 5 45 26
Octal 245 52 36 0 113 122 43 5 105 46
Binary 10100101 101010 11110 0 1001011 1010010 100011 101 1000101 100110

Color Harmonies of #A52A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A1E

Black with #A52A1E

Text Example


Text Example

White with #A52A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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