Html Css Color HEX #A7750D Golden Brown

📋 copy color: '#A7750D'

red 167 ◦ green 117 ◦ blue 13

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

Shades of Golden Brown #A7750D

Tints of Golden Brown #A7750D

RGB

 RED value IS 167 (65.63% from 255) = 56.23%

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 56.23%
G = 39.39%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7750D (or 0xA7750D) is known color: Golden Brown. HEX triplet: A7, 75 and 0D. RGB value is (167,117,13). Sum of RGB (Red+Green+Blue) = 167+117+13=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A7750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7750D is #588AF2. Grayscale: #787878. Windows color (decimal): -5802739 or 882087. OLE color: 882087.

HSL color Cylindrical-coordinate representation of color #A7750D: hue angle of 40.52º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7750D is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 117 13 -
CMYK 0 0.30 0.92 0.35
HSL 40.52º 0.86% 0.35% -
HSV(B) 40.52º 0.92% 0.65% -
XYZ 22.37 20.97 3.25 -
YUV 120.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 167 117 13 0 0.30 0.92 0.35 40.52 0.86 0.35
Hex A7 75 D 0 1E 5C 23 29 56 23
Octal 247 165 15 0 36 134 43 51 126 43
Binary 10100111 1110101 1101 0 11110 1011100 100011 101001 1010110 100011

Color Harmonies of #A7750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7750D

Black with #A7750D

Text Example


Text Example

White with #A7750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7750D; }

 p { color: rgb(167,117,13); }

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

background-color css

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

 a { background-color: rgb(167,117,13); }

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

border-color css

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

 span { border-color: rgb(167,117,13); }

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