Html Css Color HEX #A7332A Brown

📋 copy color: '#A7332A'

red 167 ◦ green 51 ◦ blue 42

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

Shades of Brown #A7332A

Tints of Brown #A7332A

RGB

 RED value IS 167 (65.63% from 255) = 64.23%

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

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 64.23%
G = 19.62%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7332A (or 0xA7332A) is known color: Brown. HEX triplet: A7, 33 and 2A. RGB value is (167,51,42). Sum of RGB (Red+Green+Blue) = 167+51+42=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A7332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7332A is #58CCD5. Grayscale: #545454. Windows color (decimal): -5819606 or 2765735. OLE color: 2765735.

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

Color convert

RGB 167 51 42 -
CMYK 0 0.69 0.75 0.35
HSL 4.32º 0.6% 0.41% -
HSV(B) 4.32º 0.75% 0.65% -
XYZ 17.54 10.75 3.34 -
YUV 84.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 167 51 42 0 0.69 0.75 0.35 4.32 0.6 0.41
Hex A7 33 2A 0 45 4B 23 4 3C 29
Octal 247 63 52 0 105 113 43 4 74 51
Binary 10100111 110011 101010 0 1000101 1001011 100011 100 111100 101001

Color Harmonies of #A7332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7332A

Black with #A7332A

Text Example


Text Example

White with #A7332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7332A; }

 p { color: rgb(167,51,42); }

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

background-color css

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

 a { background-color: rgb(167,51,42); }

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

border-color css

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

 span { border-color: rgb(167,51,42); }

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