Html Css Color HEX #A4631B Golden Brown

📋 copy color: '#A4631B'

red 164 ◦ green 99 ◦ blue 27

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

Shades of Golden Brown #A4631B

Tints of Golden Brown #A4631B

RGB

 RED value IS 164 (64.45% from 255) = 56.55%

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

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

R = 56.55%
G = 34.14%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4631B (or 0xA4631B) is known color: Golden Brown. HEX triplet: A4, 63 and 1B. RGB value is (164,99,27). Sum of RGB (Red+Green+Blue) = 164+99+27=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4631B is #5B9CE4. Grayscale: #6E6E6E. Windows color (decimal): -6003941 or 1794980. OLE color: 1794980.

HSL color Cylindrical-coordinate representation of color #A4631B: hue angle of 31.53º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4631B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 27 -
CMYK 0 0.40 0.84 0.36
HSL 31.53º 0.72% 0.37% -
HSV(B) 31.53º 0.84% 0.64% -
XYZ 19.97 16.9 3.25 -
YUV 110.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 164 99 27 0 0.40 0.84 0.36 31.53 0.72 0.37
Hex A4 63 1B 0 28 54 24 20 48 25
Octal 244 143 33 0 50 124 44 40 110 45
Binary 10100100 1100011 11011 0 101000 1010100 100100 100000 1001000 100101

Color Harmonies of #A4631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4631B

Black with #A4631B

Text Example


Text Example

White with #A4631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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