Html Css Color HEX #A3540F Golden Brown

📋 copy color: '#A3540F'

red 163 ◦ green 84 ◦ blue 15

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

Shades of Golden Brown #A3540F

Tints of Golden Brown #A3540F

RGB

 RED value IS 163 (64.06% from 255) = 62.21%

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

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

R = 62.21%
G = 32.06%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3540F (or 0xA3540F) is known color: Golden Brown. HEX triplet: A3, 54 and 0F. RGB value is (163,84,15). Sum of RGB (Red+Green+Blue) = 163+84+15=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3540F is #5CABF0. Grayscale: #646464. Windows color (decimal): -6073329 or 1004707. OLE color: 1004707.

HSL color Cylindrical-coordinate representation of color #A3540F: hue angle of 27.97º 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 #A3540F is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 84 15 -
CMYK 0 0.48 0.91 0.36
HSL 27.97º 0.83% 0.35% -
HSV(B) 27.97º 0.91% 0.64% -
XYZ 18.36 14.16 2.22 -
YUV 99.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 163 84 15 0 0.48 0.91 0.36 27.97 0.83 0.35
Hex A3 54 F 0 30 5B 24 1C 53 23
Octal 243 124 17 0 60 133 44 34 123 43
Binary 10100011 1010100 1111 0 110000 1011011 100100 11100 1010011 100011

Color Harmonies of #A3540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3540F

Black with #A3540F

Text Example


Text Example

White with #A3540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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