Html Css Color HEX #A75C0E Golden Brown

📋 copy color: '#A75C0E'

red 167 ◦ green 92 ◦ blue 14

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

Shades of Golden Brown #A75C0E

Tints of Golden Brown #A75C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 61.17%
G = 33.7%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A75C0E (or 0xA75C0E) is known color: Golden Brown. HEX triplet: A7, 5C and 0E. RGB value is (167,92,14). Sum of RGB (Red+Green+Blue) = 167+92+14=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75C0E is #58A3F1. Grayscale: #696969. Windows color (decimal): -5809138 or 941223. OLE color: 941223.

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

Color convert

RGB 167 92 14 -
CMYK 0 0.45 0.92 0.35
HSL 30.59º 0.85% 0.35% -
HSV(B) 30.59º 0.92% 0.65% -
XYZ 19.84 15.9 2.44 -
YUV 105.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 167 92 14 0 0.45 0.92 0.35 30.59 0.85 0.35
Hex A7 5C E 0 2D 5C 23 1F 55 23
Octal 247 134 16 0 55 134 43 37 125 43
Binary 10100111 1011100 1110 0 101101 1011100 100011 11111 1010101 100011

Color Harmonies of #A75C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C0E

Black with #A75C0E

Text Example


Text Example

White with #A75C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C0E; }

 p { color: rgb(167,92,14); }

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

background-color css

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

 a { background-color: rgb(167,92,14); }

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

border-color css

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

 span { border-color: rgb(167,92,14); }

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