Html Css Color HEX #A5331F Brown

📋 copy color: '#A5331F'

red 165 ◦ green 51 ◦ blue 31

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

Shades of Brown #A5331F

Tints of Brown #A5331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 66.8%
G = 20.65%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5331F (or 0xA5331F) is known color: Brown. HEX triplet: A5, 33 and 1F. RGB value is (165,51,31). Sum of RGB (Red+Green+Blue) = 165+51+31=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5331F is #5ACCE0. Grayscale: #535353. Windows color (decimal): -5950689 or 2044837. OLE color: 2044837.

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

Color convert

RGB 165 51 31 -
CMYK 0 0.69 0.81 0.35
HSL 8.96º 0.68% 0.38% -
HSV(B) 8.96º 0.81% 0.65% -
XYZ 16.95 10.47 2.42 -
YUV 82.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 165 51 31 0 0.69 0.81 0.35 8.96 0.68 0.38
Hex A5 33 1F 0 45 51 23 9 44 26
Octal 245 63 37 0 105 121 43 11 104 46
Binary 10100101 110011 11111 0 1000101 1010001 100011 1001 1000100 100110

Color Harmonies of #A5331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5331F

Black with #A5331F

Text Example


Text Example

White with #A5331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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