Html Css Color HEX #A7631B Golden Brown

📋 copy color: '#A7631B'

red 167 ◦ green 99 ◦ blue 27

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

Shades of Golden Brown #A7631B

Tints of Golden Brown #A7631B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 57%
G = 33.79%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7631B (or 0xA7631B) is known color: Golden Brown. HEX triplet: A7, 63 and 1B. RGB value is (167,99,27). Sum of RGB (Red+Green+Blue) = 167+99+27=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7631B is #589CE4. Grayscale: #6F6F6F. Windows color (decimal): -5807333 or 1794983. OLE color: 1794983.

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

Color convert

RGB 167 99 27 -
CMYK 0 0.41 0.84 0.35
HSL 30.86º 0.72% 0.38% -
HSV(B) 30.86º 0.84% 0.65% -
XYZ 20.6 17.22 3.27 -
YUV 111.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 167 99 27 0 0.41 0.84 0.35 30.86 0.72 0.38
Hex A7 63 1B 0 29 54 23 1F 48 26
Octal 247 143 33 0 51 124 43 37 110 46
Binary 10100111 1100011 11011 0 101001 1010100 100011 11111 1001000 100110

Color Harmonies of #A7631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7631B

Black with #A7631B

Text Example


Text Example

White with #A7631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7631B; }

 p { color: rgb(167,99,27); }

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

background-color css

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

 a { background-color: rgb(167,99,27); }

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

border-color css

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

 span { border-color: rgb(167,99,27); }

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