Html Css Color HEX #A32B14 Brown

📋 copy color: '#A32B14'

red 163 ◦ green 43 ◦ blue 20

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

Shades of Brown #A32B14

Tints of Brown #A32B14

RGB

 RED value IS 163 (64.06% from 255) = 72.12%

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 72.12%
G = 19.03%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32B14 (or 0xA32B14) is known color: Brown. HEX triplet: A3, 2B and 14. RGB value is (163,43,20). Sum of RGB (Red+Green+Blue) = 163+43+20=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B14 is #5CD4EB. Grayscale: #4C4C4C. Windows color (decimal): -6083820 or 1321891. OLE color: 1321891.

HSL color Cylindrical-coordinate representation of color #A32B14: hue angle of 9.65º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A32B14 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 43 20 -
CMYK 0 0.74 0.88 0.36
HSL 9.65º 0.78% 0.36% -
HSV(B) 9.65º 0.88% 0.64% -
XYZ 16.09 9.56 1.66 -
YUV 76.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 163 43 20 0 0.74 0.88 0.36 9.65 0.78 0.36
Hex A3 2B 14 0 4A 58 24 A 4E 24
Octal 243 53 24 0 112 130 44 12 116 44
Binary 10100011 101011 10100 0 1001010 1011000 100100 1010 1001110 100100

Color Harmonies of #A32B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B14

Black with #A32B14

Text Example


Text Example

White with #A32B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B14; }

 p { color: rgb(163,43,20); }

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

background-color css

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

 a { background-color: rgb(163,43,20); }

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

border-color css

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

 span { border-color: rgb(163,43,20); }

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