Html Css Color HEX #A55D0F Golden Brown

📋 copy color: '#A55D0F'

red 165 ◦ green 93 ◦ blue 15

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

Shades of Golden Brown #A55D0F

Tints of Golden Brown #A55D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 60.44%
G = 34.07%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A55D0F (or 0xA55D0F) is known color: Golden Brown. HEX triplet: A5, 5D and 0F. RGB value is (165,93,15). Sum of RGB (Red+Green+Blue) = 165+93+15=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55D0F is #5AA2F0. Grayscale: #6A6A6A. Windows color (decimal): -5939953 or 1007013. OLE color: 1007013.

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

Color convert

RGB 165 93 15 -
CMYK 0 0.44 0.91 0.35
HSL 31.2º 0.83% 0.35% -
HSV(B) 31.2º 0.91% 0.65% -
XYZ 19.52 15.86 2.49 -
YUV 105.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 165 93 15 0 0.44 0.91 0.35 31.2 0.83 0.35
Hex A5 5D F 0 2C 5B 23 1F 53 23
Octal 245 135 17 0 54 133 43 37 123 43
Binary 10100101 1011101 1111 0 101100 1011011 100011 11111 1010011 100011

Color Harmonies of #A55D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D0F

Black with #A55D0F

Text Example


Text Example

White with #A55D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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