Html Css Color HEX #A45B0D Golden Brown

📋 copy color: '#A45B0D'

red 164 ◦ green 91 ◦ blue 13

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

Shades of Golden Brown #A45B0D

Tints of Golden Brown #A45B0D

RGB

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

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

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

R = 61.19%
G = 33.96%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A45B0D (or 0xA45B0D) is known color: Golden Brown. HEX triplet: A4, 5B and 0D. RGB value is (164,91,13). Sum of RGB (Red+Green+Blue) = 164+91+13=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B0D is #5BA4F2. Grayscale: #686868. Windows color (decimal): -6006003 or 875428. OLE color: 875428.

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

Color convert

RGB 164 91 13 -
CMYK 0 0.45 0.92 0.36
HSL 30.99º 0.85% 0.35% -
HSV(B) 30.99º 0.92% 0.64% -
XYZ 19.12 15.4 2.35 -
YUV 103.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 164 91 13 0 0.45 0.92 0.36 30.99 0.85 0.35
Hex A4 5B D 0 2D 5C 24 1F 55 23
Octal 244 133 15 0 55 134 44 37 125 43
Binary 10100100 1011011 1101 0 101101 1011100 100100 11111 1010101 100011

Color Harmonies of #A45B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B0D

Black with #A45B0D

Text Example


Text Example

White with #A45B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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