Html Css Color HEX #A45B0C Golden Brown

📋 copy color: '#A45B0C'

red 164 ◦ green 91 ◦ blue 12

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

Shades of Golden Brown #A45B0C

Tints of Golden Brown #A45B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 61.42%
G = 34.08%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A45B0C (or 0xA45B0C) is known color: Golden Brown. HEX triplet: A4, 5B and 0C. RGB value is (164,91,12). Sum of RGB (Red+Green+Blue) = 164+91+12=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B0C is #5BA4F3. Grayscale: #686868. Windows color (decimal): -6006004 or 809892. OLE color: 809892.

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

Color convert

RGB 164 91 12 -
CMYK 0 0.45 0.93 0.36
HSL 31.18º 0.86% 0.35% -
HSV(B) 31.18º 0.93% 0.64% -
XYZ 19.12 15.4 2.31 -
YUV 103.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 164 91 12 0 0.45 0.93 0.36 31.18 0.86 0.35
Hex A4 5B C 0 2D 5D 24 1F 56 23
Octal 244 133 14 0 55 135 44 37 126 43
Binary 10100100 1011011 1100 0 101101 1011101 100100 11111 1010110 100011

Color Harmonies of #A45B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B0C

Black with #A45B0C

Text Example


Text Example

White with #A45B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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