Html Css Color HEX #A55D11 Golden Brown

📋 copy color: '#A55D11'

red 165 ◦ green 93 ◦ blue 17

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

Shades of Golden Brown #A55D11

Tints of Golden Brown #A55D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 17 (7.03% from 255) = 6.18%

R = 60%
G = 33.82%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A55D11 (or 0xA55D11) is known color: Golden Brown. HEX triplet: A5, 5D and 11. RGB value is (165,93,17). Sum of RGB (Red+Green+Blue) = 165+93+17=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55D11 is #5AA2EE. Grayscale: #6A6A6A. Windows color (decimal): -5939951 or 1138085. OLE color: 1138085.

HSL color Cylindrical-coordinate representation of color #A55D11: hue angle of 30.81º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A55D11 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 17 -
CMYK 0 0.44 0.90 0.35
HSL 30.81º 0.81% 0.36% -
HSV(B) 30.81º 0.9% 0.65% -
XYZ 19.53 15.87 2.56 -
YUV 105.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 165 93 17 0 0.44 0.90 0.35 30.81 0.81 0.36
Hex A5 5D 11 0 2C 5A 23 1F 51 24
Octal 245 135 21 0 54 132 43 37 121 44
Binary 10100101 1011101 10001 0 101100 1011010 100011 11111 1010001 100100

Color Harmonies of #A55D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D11

Black with #A55D11

Text Example


Text Example

White with #A55D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D11; }

 p { color: rgb(165,93,17); }

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

background-color css

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

 a { background-color: rgb(165,93,17); }

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

border-color css

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

 span { border-color: rgb(165,93,17); }

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