Html Css Color HEX #A45C0D Golden Brown

📋 copy color: '#A45C0D'

red 164 ◦ green 92 ◦ blue 13

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

Shades of Golden Brown #A45C0D

Tints of Golden Brown #A45C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 60.97%
G = 34.2%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A45C0D (or 0xA45C0D) is known color: Golden Brown. HEX triplet: A4, 5C and 0D. RGB value is (164,92,13). Sum of RGB (Red+Green+Blue) = 164+92+13=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45C0D is #5BA3F2. Grayscale: #686868. Windows color (decimal): -6005747 or 875684. OLE color: 875684.

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

Color convert

RGB 164 92 13 -
CMYK 0 0.44 0.92 0.36
HSL 31.39º 0.85% 0.35% -
HSV(B) 31.39º 0.92% 0.64% -
XYZ 19.21 15.58 2.37 -
YUV 104.52 76.35 170.42 -
System Red Green Blue C M Y K H S L
Decimal 164 92 13 0 0.44 0.92 0.36 31.39 0.85 0.35
Hex A4 5C D 0 2C 5C 24 1F 55 23
Octal 244 134 15 0 54 134 44 37 125 43
Binary 10100100 1011100 1101 0 101100 1011100 100100 11111 1010101 100011

Color Harmonies of #A45C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C0D

Black with #A45C0D

Text Example


Text Example

White with #A45C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C0D; }

 p { color: rgb(164,92,13); }

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

background-color css

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

 a { background-color: rgb(164,92,13); }

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

border-color css

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

 span { border-color: rgb(164,92,13); }

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