Html Css Color HEX #A7302D Brown

📋 copy color: '#A7302D'

red 167 ◦ green 48 ◦ blue 45

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

Shades of Brown #A7302D

Tints of Brown #A7302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 64.23%
G = 18.46%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7302D (or 0xA7302D) is known color: Brown. HEX triplet: A7, 30 and 2D. RGB value is (167,48,45). Sum of RGB (Red+Green+Blue) = 167+48+45=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A7302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7302D is #58CFD2. Grayscale: #535353. Windows color (decimal): -5820371 or 2961575. OLE color: 2961575.

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

Color convert

RGB 167 48 45 -
CMYK 0 0.71 0.73 0.35
HSL 1.48º 0.58% 0.42% -
HSV(B) 1.48º 0.73% 0.65% -
XYZ 17.47 10.52 3.59 -
YUV 83.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 167 48 45 0 0.71 0.73 0.35 1.48 0.58 0.42
Hex A7 30 2D 0 47 49 23 1 3A 2A
Octal 247 60 55 0 107 111 43 1 72 52
Binary 10100111 110000 101101 0 1000111 1001001 100011 1 111010 101010

Color Harmonies of #A7302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7302D

Black with #A7302D

Text Example


Text Example

White with #A7302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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