Html Css Color HEX #A7331E Brown

📋 copy color: '#A7331E'

red 167 ◦ green 51 ◦ blue 30

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

Shades of Brown #A7331E

Tints of Brown #A7331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 67.34%
G = 20.56%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A7331E (or 0xA7331E) is known color: Brown. HEX triplet: A7, 33 and 1E. RGB value is (167,51,30). Sum of RGB (Red+Green+Blue) = 167+51+30=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A7331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7331E is #58CCE1. Grayscale: #535353. Windows color (decimal): -5819618 or 1979303. OLE color: 1979303.

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

Color convert

RGB 167 51 30 -
CMYK 0 0.69 0.82 0.35
HSL 9.2º 0.7% 0.39% -
HSV(B) 9.2º 0.82% 0.65% -
XYZ 17.35 10.68 2.37 -
YUV 83.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 167 51 30 0 0.69 0.82 0.35 9.2 0.7 0.39
Hex A7 33 1E 0 45 52 23 9 46 27
Octal 247 63 36 0 105 122 43 11 106 47
Binary 10100111 110011 11110 0 1000101 1010010 100011 1001 1000110 100111

Color Harmonies of #A7331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7331E

Black with #A7331E

Text Example


Text Example

White with #A7331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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