Html Css Color HEX #A7302B Brown

📋 copy color: '#A7302B'

red 167 ◦ green 48 ◦ blue 43

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

Shades of Brown #A7302B

Tints of Brown #A7302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 64.73%
G = 18.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7302B (or 0xA7302B) is known color: Brown. HEX triplet: A7, 30 and 2B. RGB value is (167,48,43). Sum of RGB (Red+Green+Blue) = 167+48+43=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A7302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7302B is #58CFD4. Grayscale: #535353. Windows color (decimal): -5820373 or 2830503. OLE color: 2830503.

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

Color convert

RGB 167 48 43 -
CMYK 0 0.71 0.74 0.35
HSL 2.42º 0.59% 0.41% -
HSV(B) 2.42º 0.74% 0.65% -
XYZ 17.43 10.5 3.39 -
YUV 83.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 167 48 43 0 0.71 0.74 0.35 2.42 0.59 0.41
Hex A7 30 2B 0 47 4A 23 2 3B 29
Octal 247 60 53 0 107 112 43 2 73 51
Binary 10100111 110000 101011 0 1000111 1001010 100011 10 111011 101001

Color Harmonies of #A7302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7302B

Black with #A7302B

Text Example


Text Example

White with #A7302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7302B; }

 p { color: rgb(167,48,43); }

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

background-color css

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

 a { background-color: rgb(167,48,43); }

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

border-color css

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

 span { border-color: rgb(167,48,43); }

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