Html Css Color HEX #A45B14 Golden Brown

📋 copy color: '#A45B14'

red 164 ◦ green 91 ◦ blue 20

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

Shades of Golden Brown #A45B14

Tints of Golden Brown #A45B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 59.64%
G = 33.09%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A45B14 (or 0xA45B14) is known color: Golden Brown. HEX triplet: A4, 5B and 14. RGB value is (164,91,20). Sum of RGB (Red+Green+Blue) = 164+91+20=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B14 is #5BA4EB. Grayscale: #696969. Windows color (decimal): -6005996 or 1334180. OLE color: 1334180.

HSL color Cylindrical-coordinate representation of color #A45B14: hue angle of 29.58º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A45B14 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 91 20 -
CMYK 0 0.45 0.88 0.36
HSL 29.58º 0.78% 0.36% -
HSV(B) 29.58º 0.88% 0.64% -
XYZ 19.18 15.43 2.63 -
YUV 104.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 164 91 20 0 0.45 0.88 0.36 29.58 0.78 0.36
Hex A4 5B 14 0 2D 58 24 1E 4E 24
Octal 244 133 24 0 55 130 44 36 116 44
Binary 10100100 1011011 10100 0 101101 1011000 100100 11110 1001110 100100

Color Harmonies of #A45B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B14

Black with #A45B14

Text Example


Text Example

White with #A45B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B14; }

 p { color: rgb(164,91,20); }

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

background-color css

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

 a { background-color: rgb(164,91,20); }

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

border-color css

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

 span { border-color: rgb(164,91,20); }

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