Html Css Color HEX #A75C0C Golden Brown

📋 copy color: '#A75C0C'

red 167 ◦ green 92 ◦ blue 12

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

Shades of Golden Brown #A75C0C

Tints of Golden Brown #A75C0C

RGB

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

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

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

R = 61.62%
G = 33.95%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A75C0C (or 0xA75C0C) is known color: Golden Brown. HEX triplet: A7, 5C and 0C. RGB value is (167,92,12). Sum of RGB (Red+Green+Blue) = 167+92+12=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75C0C is #58A3F3. Grayscale: #696969. Windows color (decimal): -5809140 or 810151. OLE color: 810151.

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

Color convert

RGB 167 92 12 -
CMYK 0 0.45 0.93 0.35
HSL 30.97º 0.87% 0.35% -
HSV(B) 30.97º 0.93% 0.65% -
XYZ 19.83 15.9 2.37 -
YUV 105.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 167 92 12 0 0.45 0.93 0.35 30.97 0.87 0.35
Hex A7 5C C 0 2D 5D 23 1F 57 23
Octal 247 134 14 0 55 135 43 37 127 43
Binary 10100111 1011100 1100 0 101101 1011101 100011 11111 1010111 100011

Color Harmonies of #A75C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C0C

Black with #A75C0C

Text Example


Text Example

White with #A75C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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