Html Css Color HEX #A4540F Golden Brown

📋 copy color: '#A4540F'

red 164 ◦ green 84 ◦ blue 15

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

Shades of Golden Brown #A4540F

Tints of Golden Brown #A4540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 62.36%
G = 31.94%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4540F (or 0xA4540F) is known color: Golden Brown. HEX triplet: A4, 54 and 0F. RGB value is (164,84,15). Sum of RGB (Red+Green+Blue) = 164+84+15=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4540F is #5BABF0. Grayscale: #646464. Windows color (decimal): -6007793 or 1004708. OLE color: 1004708.

HSL color Cylindrical-coordinate representation of color #A4540F: hue angle of 27.79º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4540F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 15 -
CMYK 0 0.49 0.91 0.36
HSL 27.79º 0.83% 0.35% -
HSV(B) 27.79º 0.91% 0.64% -
XYZ 18.57 14.27 2.23 -
YUV 100.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 164 84 15 0 0.49 0.91 0.36 27.79 0.83 0.35
Hex A4 54 F 0 31 5B 24 1C 53 23
Octal 244 124 17 0 61 133 44 34 123 43
Binary 10100100 1010100 1111 0 110001 1011011 100100 11100 1010011 100011

Color Harmonies of #A4540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4540F

Black with #A4540F

Text Example


Text Example

White with #A4540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4540F; }

 p { color: rgb(164,84,15); }

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

background-color css

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

 a { background-color: rgb(164,84,15); }

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

border-color css

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

 span { border-color: rgb(164,84,15); }

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