Html Css Color HEX #A7302F Brown

📋 copy color: '#A7302F'

red 167 ◦ green 48 ◦ blue 47

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

Shades of Brown #A7302F

Tints of Brown #A7302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 63.74%
G = 18.32%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7302F (or 0xA7302F) is known color: Brown. HEX triplet: A7, 30 and 2F. RGB value is (167,48,47). Sum of RGB (Red+Green+Blue) = 167+48+47=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7302F is #58CFD0. Grayscale: #535353. Windows color (decimal): -5820369 or 3092647. OLE color: 3092647.

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

Color convert

RGB 167 48 47 -
CMYK 0 0.71 0.72 0.35
HSL 0.5º 0.56% 0.42% -
HSV(B) 0.5º 0.72% 0.65% -
XYZ 17.51 10.53 3.8 -
YUV 83.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 167 48 47 0 0.71 0.72 0.35 0.5 0.56 0.42
Hex A7 30 2F 0 47 48 23 0 38 2A
Octal 247 60 57 0 107 110 43 0 70 52
Binary 10100111 110000 101111 0 1000111 1001000 100011 0 111000 101010

Color Harmonies of #A7302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7302F

Black with #A7302F

Text Example


Text Example

White with #A7302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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