Html Css Color HEX #AB7414 Golden Brown

📋 copy color: '#AB7414'

red 171 ◦ green 116 ◦ blue 20

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

Shades of Golden Brown #AB7414

Tints of Golden Brown #AB7414

RGB

 RED value IS 171 (67.19% from 255) = 55.7%

 GREEN value IS 116 (45.7% from 255) = 37.79%

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

R = 55.7%
G = 37.79%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7414 (or 0xAB7414) is known color: Golden Brown. HEX triplet: AB, 74 and 14. RGB value is (171,116,20). Sum of RGB (Red+Green+Blue) = 171+116+20=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7414 is #548BEB. Grayscale: #797979. Windows color (decimal): -5540844 or 1340587. OLE color: 1340587.

HSL color Cylindrical-coordinate representation of color #AB7414: hue angle of 38.15º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB7414 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 116 20 -
CMYK 0 0.32 0.88 0.33
HSL 38.15º 0.79% 0.37% -
HSV(B) 38.15º 0.88% 0.67% -
XYZ 23.17 21.2 3.53 -
YUV 121.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 171 116 20 0 0.32 0.88 0.33 38.15 0.79 0.37
Hex AB 74 14 0 20 58 21 26 4F 25
Octal 253 164 24 0 40 130 41 46 117 45
Binary 10101011 1110100 10100 0 100000 1011000 100001 100110 1001111 100101

Color Harmonies of #AB7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7414

Black with #AB7414

Text Example


Text Example

White with #AB7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7414; }

 p { color: rgb(171,116,20); }

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

background-color css

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

 a { background-color: rgb(171,116,20); }

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

border-color css

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

 span { border-color: rgb(171,116,20); }

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