Html Css Color HEX #A5351B Brown

📋 copy color: '#A5351B'

red 165 ◦ green 53 ◦ blue 27

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

Shades of Brown #A5351B

Tints of Brown #A5351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 67.35%
G = 21.63%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5351B (or 0xA5351B) is known color: Brown. HEX triplet: A5, 35 and 1B. RGB value is (165,53,27). Sum of RGB (Red+Green+Blue) = 165+53+27=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5351B is #5ACAE4. Grayscale: #535353. Windows color (decimal): -5950181 or 1783205. OLE color: 1783205.

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

Color convert

RGB 165 53 27 -
CMYK 0 0.68 0.84 0.35
HSL 11.3º 0.72% 0.38% -
HSV(B) 11.3º 0.84% 0.65% -
XYZ 16.99 10.62 2.19 -
YUV 83.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 165 53 27 0 0.68 0.84 0.35 11.3 0.72 0.38
Hex A5 35 1B 0 44 54 23 B 48 26
Octal 245 65 33 0 104 124 43 13 110 46
Binary 10100101 110101 11011 0 1000100 1010100 100011 1011 1001000 100110

Color Harmonies of #A5351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5351B

Black with #A5351B

Text Example


Text Example

White with #A5351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5351B; }

 p { color: rgb(165,53,27); }

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

background-color css

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

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

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

border-color css

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

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

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