Html Css Color HEX #A55F14 Golden Brown

📋 copy color: '#A55F14'

red 165 ◦ green 95 ◦ blue 20

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

Shades of Golden Brown #A55F14

Tints of Golden Brown #A55F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 58.93%
G = 33.93%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A55F14 (or 0xA55F14) is known color: Golden Brown. HEX triplet: A5, 5F and 14. RGB value is (165,95,20). Sum of RGB (Red+Green+Blue) = 165+95+20=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F14 is #5AA0EB. Grayscale: #6B6B6B. Windows color (decimal): -5939436 or 1335205. OLE color: 1335205.

HSL color Cylindrical-coordinate representation of color #A55F14: hue angle of 31.03º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A55F14 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 20 -
CMYK 0 0.42 0.88 0.35
HSL 31.03º 0.78% 0.36% -
HSV(B) 31.03º 0.88% 0.65% -
XYZ 19.74 16.23 2.76 -
YUV 107.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 165 95 20 0 0.42 0.88 0.35 31.03 0.78 0.36
Hex A5 5F 14 0 2A 58 23 1F 4E 24
Octal 245 137 24 0 52 130 43 37 116 44
Binary 10100101 1011111 10100 0 101010 1011000 100011 11111 1001110 100100

Color Harmonies of #A55F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F14

Black with #A55F14

Text Example


Text Example

White with #A55F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F14; }

 p { color: rgb(165,95,20); }

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

background-color css

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

 a { background-color: rgb(165,95,20); }

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

border-color css

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

 span { border-color: rgb(165,95,20); }

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