Html Css Color HEX #A55C0C Golden Brown

📋 copy color: '#A55C0C'

red 165 ◦ green 92 ◦ blue 12

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

Shades of Golden Brown #A55C0C

Tints of Golden Brown #A55C0C

RGB

 RED value IS 165 (64.84% from 255) = 61.34%

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

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

R = 61.34%
G = 34.2%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A55C0C (or 0xA55C0C) is known color: Golden Brown. HEX triplet: A5, 5C and 0C. RGB value is (165,92,12). Sum of RGB (Red+Green+Blue) = 165+92+12=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C0C is #5AA3F3. Grayscale: #696969. Windows color (decimal): -5940212 or 810149. OLE color: 810149.

HSL color Cylindrical-coordinate representation of color #A55C0C: hue angle of 31.37º degrees, saturation: 0.86, 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 #A55C0C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 92 12 -
CMYK 0 0.44 0.93 0.35
HSL 31.37º 0.86% 0.35% -
HSV(B) 31.37º 0.93% 0.65% -
XYZ 19.41 15.68 2.35 -
YUV 104.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 165 92 12 0 0.44 0.93 0.35 31.37 0.86 0.35
Hex A5 5C C 0 2C 5D 23 1F 56 23
Octal 245 134 14 0 54 135 43 37 126 43
Binary 10100101 1011100 1100 0 101100 1011101 100011 11111 1010110 100011

Color Harmonies of #A55C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C0C

Black with #A55C0C

Text Example


Text Example

White with #A55C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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